diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-12-29 18:04:57 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-12-29 18:04:57 +0200 |
commit | acd289c5a4d9679ec8051b330e7a8685d4fde20f (patch) | |
tree | 465aeeed1b4939705e4d0d72cc23b2621ea9cb02 /doc/emacs/misc.texi | |
parent | b240c7846b0d03e9f69af753cd24eb1e550f543c (diff) | |
download | emacs-acd289c5a4d9679ec8051b330e7a8685d4fde20f.tar.gz |
Fix problems with indexing in User manual
* doc/emacs/basic.texi (Continuation Lines, Inserting Text)
(Moving Point):
* doc/emacs/help.texi (Help Echo, Package Keywords, Help Mode):
* doc/emacs/trouble.texi (Quitting):
* doc/emacs/mark.texi (Setting Mark, Disabled Transient Mark):
* doc/emacs/custom.texi (Modifier Keys, Init Examples)
(Creating Custom Themes):
* doc/emacs/programs.texi (Program Modes, Expressions, Hideshow)
(Basic Indent, Info Lookup, Symbol Completion):
* doc/emacs/screen.texi (Echo Area):
* doc/emacs/xresources.texi (Table of Resources, GTK Names in Emacs):
* doc/emacs/display.texi (Line Truncation, Cursor Display):
* doc/emacs/files.texi (File Names, Backup, File Archives):
* doc/emacs/dired.texi (Operating on Files, Dired Enter):
* doc/emacs/commands.texi (User Input):
* doc/emacs/mule.texi (International, Unibyte Mode)
(International Chars):
* doc/emacs/vc1-xtra.texi (RCS and SCCS, Version Headers)
(CVS Options):
* doc/emacs/modes.texi (Major Modes, Minor Modes):
* doc/emacs/indent.texi (Just Spaces):
* doc/emacs/frames.texi (Mouse Avoidance, Mode Line Mouse)
(Frame Commands):
* doc/emacs/cmdargs.texi (Initial Options):
* doc/emacs/abbrevs.texi (Dabbrev Customization):
* doc/emacs/mini.texi (Completion Example, Completion Commands):
* doc/emacs/calendar.texi (Writing Calendar Files, Calendar Unit Motion)
(From Other Calendar):
* doc/emacs/regs.texi (Text Registers, Bookmarks):
* doc/emacs/buffers.texi (Several Buffers, Select Buffer):
* doc/emacs/maintaining.texi (Xref Commands):
* doc/emacs/windows.texi (Pop Up Window):
* doc/emacs/text.texi (Text, Org Mode):
* doc/emacs/killing.texi (Other Kill Commands):
* doc/emacs/misc.texi (Document View, Gnus Group Buffer)
(Gnus Summary Buffer, Shell Mode):
* doc/emacs/cal-xtra.texi (Sexp Diary Entries): Remove or reword
redundant identical index entries.
* doc/emacs/custom.texi (Mouse Buttons)
* doc/emacs/files.texi (Reverting): Fix hyphenation.
* doc/emacs/emacs.texi (Top): Improve wording of Index menu items.
* doc/emacs/files.texi (File Conveniences):
* doc/emacs/programs.texi (MixedCase Words): Make entries that
belong to Concept Index be indexed with @cindex. (Bug#29888)
Diffstat (limited to 'doc/emacs/misc.texi')
-rw-r--r-- | doc/emacs/misc.texi | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index e4be004ae52..8c190a3b43a 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -151,12 +151,12 @@ List all subscribed and unsubscribed groups, but not killed or zombie groups. @kindex A k @r{(Gnus Group mode)} -@findex gnus-group-list-all-groups +@findex gnus-group-list-killed @item A k List killed groups. @kindex A z @r{(Gnus Group mode)} -@findex gnus-group-list-all-groups +@findex gnus-group-list-zombies @item A z List zombie groups. @@ -183,13 +183,11 @@ Move point to the previous group containing unread articles. @kindex n @r{(Gnus Group mode)} @findex gnus-group-next-unread-group -@findex gnus-summary-next-unread-article @item n Move point to the next unread group. @kindex p @r{(Gnus Group mode)} @findex gnus-group-prev-unread-group -@findex gnus-summary-prev-unread-article @item p Move point to the previous unread group. @@ -206,7 +204,7 @@ Update your Gnus settings, and quit Gnus. @table @kbd @kindex SPC @r{(Gnus Summary mode)} -@findex gnus-group-read-group +@findex gnus-summary-next-page @item @key{SPC} If there is no article selected, select the article on the current line and display its article buffer. Otherwise, try scrolling the @@ -222,13 +220,11 @@ Thus, you can read through all articles by repeatedly typing Scroll the text of the article backwards. @kindex n @r{(Gnus Summary mode)} -@findex gnus-group-next-unread-group @findex gnus-summary-next-unread-article @item n Select the next unread article. @kindex p @r{(Gnus Summary mode)} -@findex gnus-group-prev-unread-group @findex gnus-summary-prev-unread-article @item p Select the previous unread article. @@ -413,7 +409,6 @@ is needed. For OpenDocument and Microsoft Office documents, the @code{unoconv} tool is needed.}, and displaying those images. @findex doc-view-toggle-display -@findex doc-view-toggle-display @cindex doc-view-minor-mode When you visit a document file that can be displayed with DocView mode, Emacs automatically uses DocView mode @footnote{The needed @@ -875,7 +870,7 @@ in the shell buffer to submit the current line as input. @item @key{TAB} @kindex TAB @r{(Shell mode)} -@findex completion-at-point +@findex completion-at-point@r{, in Shell Mode} @cindex shell completion Complete the command name or file name before point in the shell buffer (@code{completion-at-point}). This uses the usual Emacs |