Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ada0a60d
Commit
ada0a60d
authored
Jun 03, 1992
by
Richard M. Stallman
Browse files
*** empty log message ***
parent
0d021ccf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/info.el
lisp/info.el
+5
-1
No files found.
lisp/info.el
View file @
ada0a60d
...
...
@@ -23,7 +23,11 @@
Each element of list is a list (FILENAME NODENAME BUFFERPOS)."
)
(
defvar
Info-enable-edit
nil
"Non-nil means the \\<info-mode-map>\\[Info-edit] command in Info can edit the current node."
)
"*Non-nil means the \\<info-mode-map>\\[Info-edit] command in Info can edit the current node.
This is convenient if you want to write info files by hand.
However, we recommend that you not do this.
It is better to write a Texinfo file and generate the Info file from that,
because that gives you a printed manual as well."
)
(
defvar
Info-enable-active-nodes
t
"Non-nil allows Info to execute Lisp code associated with nodes.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment