diff options
author | Eli Zaretskii <eliz@gnu.org> | 2016-12-02 11:10:04 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2016-12-02 11:10:04 +0200 |
commit | 93d83462889ed42bdc67b6c262813fa4f1d0af75 (patch) | |
tree | cc8e9e794385ed2b94cb8cd02a0b3b47e272eb77 /doc/emacs | |
parent | c49198967ae90f97e315dde5a4d1b234200f13df (diff) | |
download | emacs-93d83462889ed42bdc67b6c262813fa4f1d0af75.tar.gz |
Improve indexing of 'man'
* doc/emacs/programs.texi (Man Page): Index 'man', not
'manual-entry', as the latter is an alias for the former.
Suggested by Hong Xu <hong@topbug.net>. (Bug#25033)
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/programs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index e409affd67d..4c382c16b7d 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi @@ -1193,7 +1193,7 @@ replace man pages with better-organized manuals that you can browse with Info (@pxref{Misc Help}). This process is not finished, so it is still useful to read manual pages. -@findex manual-entry +@findex man You can read the man page for an operating system command, library function, or system call, with the @kbd{M-x man} command. This prompts for a topic, with completion (@pxref{Completion}), and runs |