aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-06-03 20:43:49 +0000
committerRichard M. Stallman1992-06-03 20:43:49 +0000
commitada0a60d2e1b14adbe363da7be85f1fb51d78798 (patch)
tree513a3e81e4b1f988b048ca5368c766b92403947d
parent0d021ccf22767917f73bc411bbb8862ea998c1c4 (diff)
downloademacs-ada0a60d2e1b14adbe363da7be85f1fb51d78798.tar.gz
emacs-ada0a60d2e1b14adbe363da7be85f1fb51d78798.zip
*** empty log message ***
-rw-r--r--lisp/info.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index 772fa26ebf1..7d0f0d61fed 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -23,7 +23,11 @@
23Each element of list is a list (FILENAME NODENAME BUFFERPOS).") 23Each element of list is a list (FILENAME NODENAME BUFFERPOS).")
24 24
25(defvar Info-enable-edit nil 25(defvar Info-enable-edit nil
26 "Non-nil means the \\<info-mode-map>\\[Info-edit] command in Info can edit the current node.") 26 "*Non-nil means the \\<info-mode-map>\\[Info-edit] command in Info can edit the current node.
27This is convenient if you want to write info files by hand.
28However, we recommend that you not do this.
29It is better to write a Texinfo file and generate the Info file from that,
30because that gives you a printed manual as well.")
27 31
28(defvar Info-enable-active-nodes t 32(defvar Info-enable-active-nodes t
29 "Non-nil allows Info to execute Lisp code associated with nodes. 33 "Non-nil allows Info to execute Lisp code associated with nodes.