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
4fbee715
Commit
4fbee715
authored
Jun 21, 2000
by
Eli Zaretskii
Browse files
(man): Doc fix.
parent
9e67b01b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/man.el
lisp/man.el
+4
-1
No files found.
lisp/ChangeLog
View file @
4fbee715
2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
* man.el (man): Doc fix.
2000-06-21 Kenichi Handa <handa@etl.go.jp>
* international/mule-cmds.el (set-language-info-alist): Docstring
...
...
lisp/man.el
View file @
4fbee715
...
...
@@ -546,7 +546,10 @@ This command is the top-level command in the man package. It runs a Un*x
command to retrieve and clean a manpage in the background and places the
results in a Man mode (manpage browsing) buffer. See variable
`Man-notify-method' for what happens when the buffer is ready.
If a buffer already exists for this man page, it will display immediately."
If a buffer already exists for this man page, it will display immediately.
To specify a man page from a certain section, type SUBJECT(SECTION) or
SECTION SUBJECT when prompted for a manual entry."
(
interactive
(
list
(
let*
((
default-entry
(
Man-default-man-entry
))
(
input
(
read-string
...
...
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