emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 157007b 4/4: Fix uses of @kindex in the Emacs man


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 157007b 4/4: Fix uses of @kindex in the Emacs manual
Date: Sat, 30 Sep 2017 04:28:19 -0400 (EDT)

branch: emacs-26
commit 157007b58e41afc848f79c99aced0f09109dfdac
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix uses of @kindex in the Emacs manual
    
    * doc/emacs/programs.texi (Expressions, Semantic, Hungry Delete):
    * doc/emacs/mark.texi (Global Mark Ring)
    (Disabled Transient Mark):
    * doc/emacs/buffers.texi (Select Buffer):
    * doc/emacs/mule.texi (File Name Coding): Fix @kindex entries
    which used @key.  Reported by Marcin Borkowski <address@hidden>.
---
 doc/emacs/buffers.texi  |  4 ++--
 doc/emacs/mark.texi     |  4 ++--
 doc/emacs/mule.texi     |  2 +-
 doc/emacs/programs.texi | 12 ++++++------
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi
index f3a3c8e..a8b810e 100644
--- a/doc/emacs/buffers.texi
+++ b/doc/emacs/buffers.texi
@@ -110,8 +110,8 @@ it, Emacs asks for the file name to use, and the buffer's 
major mode
 is re-established taking that file name into account (@pxref{Choosing
 Modes}).
 
address@hidden C-x @key{LEFT}
address@hidden C-x @key{RIGHT}
address@hidden C-x LEFT
address@hidden C-x RIGHT
 @findex next-buffer
 @findex previous-buffer
   For conveniently switching between a few buffers, use the commands
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi
index 1e16050..eb93570 100644
--- a/doc/emacs/mark.texi
+++ b/doc/emacs/mark.texi
@@ -367,7 +367,7 @@ of buffers that you have been in, and, for each buffer, a 
place where
 you set the mark.  The length of the global mark ring is controlled by
 @code{global-mark-ring-max}, and is 16 by default.
 
address@hidden C-x address@hidden
address@hidden C-x C-SPC
 @findex pop-global-mark
   The command @kbd{C-x address@hidden (@code{pop-global-mark}) jumps to
 the buffer and position of the latest entry in the global ring.  It also
@@ -449,7 +449,7 @@ using @address@hidden address@hidden or @kbd{C-u C-x C-x}.
 
 @table @kbd
 @item address@hidden address@hidden
address@hidden address@hidden address@hidden
address@hidden C-SPC C-SPC
 Set the mark at point (like plain @address@hidden) and enable
 Transient Mark mode just once, until the mark is deactivated.  (This
 is not really a separate command; you are using the @address@hidden
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index 2f27b9a..2862832 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -1198,7 +1198,7 @@ names (@code{set-file-name-coding-system}).
 @end table
 
 @findex set-file-name-coding-system
address@hidden C-x @key{RET} F
address@hidden C-x RET F
 @cindex file names with address@hidden characters
   The command @kbd{C-x @key{RET} F} (@code{set-file-name-coding-system})
 specifies a coding system to use for encoding file @emph{names}.  It
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi
index 27ac0eb..2b0649c 100644
--- a/doc/emacs/programs.texi
+++ b/doc/emacs/programs.texi
@@ -712,7 +712,7 @@ before it.  An argument of zero, rather than doing nothing, 
transposes
 the balanced expressions ending at or after point and the mark.
 
 @kindex C-M-@@
address@hidden address@hidden
address@hidden C-M-SPC
 @findex mark-sexp
   To operate on balanced expressions with a command which acts on the
 region, type @address@hidden (@code{mark-sexp}).  This sets the
@@ -1467,7 +1467,7 @@ Prompt for the name of a function defined in any file 
Emacs has
 parsed, and move point there (@code{semantic-complete-jump}).
 
 @item C-c , @key{SPC}
address@hidden C-c , @key{SPC}
address@hidden C-c , SPC
 Display a list of possible completions for the symbol at point
 (@code{semantic-complete-analyze-inline}).  This also activates a set
 of special key bindings for choosing a completion: @key{RET} accepts
@@ -1716,8 +1716,8 @@ preprocessor commands.
 @item C-c address@hidden
 @itemx C-c @key{DEL}
 @findex c-hungry-delete-backwards
address@hidden C-c address@hidden (C Mode)
address@hidden C-c @key{DEL} (C Mode)
address@hidden C-c C-DEL (C Mode)
address@hidden C-c DEL (C Mode)
 Delete the entire block of whitespace preceding point 
(@code{c-hungry-delete-backwards}).
 
 @item C-c C-d
@@ -1725,8 +1725,8 @@ Delete the entire block of whitespace preceding point 
(@code{c-hungry-delete-bac
 @itemx C-c @key{Delete}
 @findex c-hungry-delete-forward
 @kindex C-c C-d (C Mode)
address@hidden C-c address@hidden (C Mode)
address@hidden C-c @key{Delete} (C Mode)
address@hidden C-c C-Delete (C Mode)
address@hidden C-c Delete (C Mode)
 Delete the entire block of whitespace after point 
(@code{c-hungry-delete-forward}).
 @end table
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]