]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/help.texi
Merge changes from emacs-24 branch
[gnu-emacs] / doc / lispref / help.texi
index 3edeac2b6d5b9b6a35b6aaba9ccd89623dd26f34..762b42113f2da750d2e776948fce4e8db9d6dc5a 100644 (file)
@@ -3,7 +3,6 @@
 @c Copyright (C) 1990-1995, 1998-1999, 2001-2012
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
-@setfilename ../../info/help
 @node Documentation, Files, Modes, Top
 @chapter Documentation
 @cindex documentation strings
@@ -218,7 +217,7 @@ in the `*Help*' buffer."
 @group
                 (princ
                  (format "%s\t%s\n%s\n\n" s
-                   (if (user-variable-p s)
+                   (if (custom-variable-p s)
                        "Option " "Variable")
 @end group
 @group