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
30db89f9
Commit
30db89f9
authored
Jan 07, 2001
by
Eli Zaretskii
Browse files
(Info-goto-emacs-key-command-node): Doc fix.
(Info-goto-emacs-command-node): Doc fix.
parent
03231f93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
lisp/ChangeLog
lisp/ChangeLog
+10
-1
lisp/info.el
lisp/info.el
+4
-3
No files found.
lisp/ChangeLog
View file @
30db89f9
2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
* info.el (Info-goto-emacs-command-node): Doc fix.
(Info-goto-emacs-key-command-node): Doc fix.
2001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
* ediff-ve.el (noninteractive): Don't load generic-sc on MS-DOS
...
...
@@ -67,6 +72,11 @@
* hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
2001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
* help.el (help-for-help): Fix a typo in a doc string. From
kwzh@gnu.org (Karl Heuer).
2001-01-03 Dave Love <fx@gnu.org>
* dired-x.el: Doc fixes. Maintainer change.
...
...
@@ -1376,7 +1386,6 @@
`verbatim' so that we don't inadvertently delete a non-existant
directory name.
>>>>>>> 1.1768
2000-11-27 Kenichi Handa <handa@etl.go.jp>
* international/characters.el: Specify cases and syntaxes for
...
...
lisp/info.el
View file @
30db89f9
...
...
@@ -2369,7 +2369,7 @@ The locations are of the format used in `Info-history', i.e.
;;;###autoload
(
defun
Info-goto-emacs-command-node
(
command
)
"Go to the Info node in the Emacs manual for command COMMAND.
The command is found by looking up in Emacs manual's
Command Index
The command is found by looking up in Emacs manual's
indices
or in another manual found via COMMAND's `info-file' property or
the variable `Info-file-list-for-emacs'."
(
interactive
"CFind documentation for command: "
)
...
...
@@ -2405,9 +2405,10 @@ the variable `Info-file-list-for-emacs'."
;;;###autoload
(
defun
Info-goto-emacs-key-command-node
(
key
)
"Go to the Info node in the Emacs manual the command bound to KEY, a string.
"Go to the node in the Emacs manual which describes the command bound to KEY.
KEY is a string.
Interactively, if the binding is `execute-extended-command', a command is read.
The command is found by looking up in Emacs manual's
Command Index
The command is found by looking up in Emacs manual's
indices
or in another manual found via COMMAND's `info-file' property or
the variable `Info-file-list-for-emacs'."
(
interactive
"kFind documentation for key: "
)
...
...
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