emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117032: Few more doc fixes for bug #17362.


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-24 r117032: Few more doc fixes for bug #17362.
Date: Tue, 29 Apr 2014 15:17:01 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117032
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/17362
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-24
timestamp: Tue 2014-04-29 18:17:02 +0300
message:
  Few more doc fixes for bug #17362.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/anti.texi            anti.texi-20091113204419-o5vbwnq5f7feedwu-6231
  doc/emacs/basic.texi           basic.texi-20091113204419-o5vbwnq5f7feedwu-6233
  doc/emacs/buffers.texi         
buffers.texi-20091113204419-o5vbwnq5f7feedwu-6234
  doc/emacs/commands.texi        
commands.texi-20091113204419-o5vbwnq5f7feedwu-6239
  doc/emacs/custom.texi          
custom.texi-20091113204419-o5vbwnq5f7feedwu-6240
  doc/emacs/indent.texi          
indent.texi-20091113204419-o5vbwnq5f7feedwu-6257
  doc/emacs/mark.texi            mark.texi-20091113204419-o5vbwnq5f7feedwu-6265
  doc/emacs/mini.texi            mini.texi-20091113204419-o5vbwnq5f7feedwu-6266
  doc/emacs/misc.texi            misc.texi-20091113204419-o5vbwnq5f7feedwu-6267
  doc/emacs/picture-xtra.texi    
picturextra.texi-20091113204419-o5vbwnq5f7feedwu-6271
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-04-29 14:45:24 +0000
+++ b/doc/emacs/ChangeLog       2014-04-29 15:17:02 +0000
@@ -71,6 +71,8 @@
        * basic.texi (Inserting Text, Erasing, Arguments): Fix usage of
        @kbd and @key.
 
+       * anti.texi (Antinews): Fix usage of @kbd and @key.
+
 2014-04-26  Eli Zaretskii  <address@hidden>
 
        * sending.texi (Mail Signature): Document signature variables used

=== modified file 'doc/emacs/anti.texi'
--- a/doc/emacs/anti.texi       2014-02-07 07:13:21 +0000
+++ b/doc/emacs/anti.texi       2014-04-29 15:17:02 +0000
@@ -17,8 +17,8 @@
 removed.  Text is now always displayed on the screen in a single
 consistent direction---left to right---regardless of the underlying
 script.  Similarly, @kbd{C-f} and @kbd{C-b} always move the text
-cursor to the right and left respectively.  Also, @key{right} and
address@hidden are now equivalent to @kbd{C-f} and @kbd{C-b}, as you might
+cursor to the right and left respectively.  Also, @key{RIGHT} and
address@hidden are now equivalent to @kbd{C-f} and @kbd{C-b}, as you might
 expect, rather than moving forward or backward based on the underlying
 ``paragraph direction''.
 
@@ -36,7 +36,7 @@
 
 @item
 The option @code{delete-active-region} has been deleted.  When the
-region is active, typing @key{DEL} or @key{delete} no longer deletes
+region is active, typing @key{DEL} or @key{Delete} no longer deletes
 the text in the region; it deletes a single character instead.
 
 @item

=== modified file 'doc/emacs/basic.texi'
--- a/doc/emacs/basic.texi      2014-04-29 14:45:24 +0000
+++ b/doc/emacs/basic.texi      2014-04-29 15:17:02 +0000
@@ -139,8 +139,8 @@
 point (@pxref{Point}).  The keyboard commands @kbd{C-f}, @kbd{C-b},
 @kbd{C-n}, and @kbd{C-p} move point to the right, left, down, and up,
 respectively.  You can also move point using the @dfn{arrow keys}
-present on most keyboards: @address@hidden, @address@hidden,
address@hidden@key{down}}, and @address@hidden; however, many Emacs users find
+present on most keyboards: @key{RIGHT}, @key{LEFT},
address@hidden, and @key{UP}; however, many Emacs users find
 that it is slower to use the arrow keys than the control keys, because
 you need to move your hand to the area of the keyboard where those
 keys are located.
@@ -156,7 +156,7 @@
 @findex forward-char
 Move forward one character (@code{forward-char}).
 
address@hidden @key{right}
address@hidden @key{RIGHT}
 @kindex RIGHT
 @findex right-char
 @vindex visual-order-cursor-movement
@@ -176,7 +176,7 @@
 @findex backward-char
 Move backward one character (@code{backward-char}).
 
address@hidden @key{left}
address@hidden @key{LEFT}
 @kindex LEFT
 @findex left-char
 This command (@code{left-char}) behaves like @kbd{C-b}, except it
@@ -187,7 +187,7 @@
 screen line as appropriate.
 
 @item C-n
address@hidden @key{down}
address@hidden @key{DOWN}
 @kindex C-n
 @kindex DOWN
 @findex next-line
@@ -196,7 +196,7 @@
 middle of one line, you move to the middle of the next.
 
 @item C-p
address@hidden @key{up}
address@hidden @key{UP}
 @kindex C-p
 @kindex UP
 @findex previous-line
@@ -222,8 +222,8 @@
 @findex forward-word
 Move forward one word (@code{forward-word}).
 
address@hidden address@hidden
address@hidden address@hidden
address@hidden address@hidden
address@hidden address@hidden
 @kindex C-RIGHT
 @kindex M-RIGHT
 @findex right-word
@@ -236,8 +236,8 @@
 @findex backward-word
 Move backward one word (@code{backward-word}).
 
address@hidden address@hidden
address@hidden address@hidden
address@hidden address@hidden
address@hidden address@hidden
 @kindex C-LEFT
 @kindex M-LEFT
 @findex left-word

=== modified file 'doc/emacs/buffers.texi'
--- a/doc/emacs/buffers.texi    2014-04-29 14:45:24 +0000
+++ b/doc/emacs/buffers.texi    2014-04-29 15:17:02 +0000
@@ -74,9 +74,9 @@
 @item C-x 5 b @var{buffer} @key{RET}
 Similar, but select @var{buffer} in a separate frame
 (@code{switch-to-buffer-other-frame}).
address@hidden C-x @key{left}
address@hidden C-x @key{LEFT}
 Select the previous buffer in the buffer list (@code{previous-buffer}).
address@hidden C-x @key{right}
address@hidden C-x @key{RIGHT}
 Select the next buffer in the buffer list (@code{next-buffer}).
 @item C-u M-g M-g
 @itemx C-u M-g g
@@ -110,15 +110,15 @@
 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 @key{LEFT}
address@hidden C-x @key{RIGHT}
 @findex next-buffer
 @findex previous-buffer
   For conveniently switching between a few buffers, use the commands
address@hidden @key{left}} and @kbd{C-x @key{right}}.  @kbd{C-x @key{left}}
address@hidden @key{LEFT}} and @kbd{C-x @key{RIGHT}}.  @kbd{C-x @key{LEFT}}
 (@code{previous-buffer}) selects the previous buffer (following the
 order of most recent selection in the current frame), while @kbd{C-x
address@hidden (@code{next-buffer}) moves through buffers in the reverse
address@hidden (@code{next-buffer}) moves through buffers in the reverse
 direction.
 
 @kindex C-x 4 b

=== modified file 'doc/emacs/commands.texi'
--- a/doc/emacs/commands.texi   2014-04-29 14:45:24 +0000
+++ b/doc/emacs/commands.texi   2014-04-29 15:17:02 +0000
@@ -35,7 +35,7 @@
 @samp{3}, @samp{=}, and the space character (denoted as @key{SPC}),
 are entered by typing the corresponding key.  @dfn{Control
 characters}, such as @key{RET}, @key{TAB}, @key{DEL}, @key{ESC},
address@hidden, @key{Home}, and @key{left}, are also entered this way, as
address@hidden, @key{Home}, and @key{LEFT}, are also entered this way, as
 are certain characters found on non-English keyboards
 (@pxref{International}).
 
@@ -53,7 +53,7 @@
 to this as @kbd{C-a} for short.  Similarly @address@hidden, or @kbd{M-a}
 for short, is entered by holding down the @key{Alt} key and pressing
 @kbd{a}.  Modifier keys can also be applied to non-alphanumerical
-characters, e.g., @address@hidden or @address@hidden
+characters, e.g., @address@hidden or @address@hidden
 
 @cindex @key{ESC} replacing @key{META} key
   You can also type Meta characters using two-character sequences

=== modified file 'doc/emacs/custom.texi'
--- a/doc/emacs/custom.texi     2014-04-29 14:45:24 +0000
+++ b/doc/emacs/custom.texi     2014-04-29 15:17:02 +0000
@@ -1795,10 +1795,10 @@
 common function keys:
 
 @table @asis
address@hidden @code{left}, @code{up}, @code{right}, @code{down}
address@hidden @code{LEFT}, @code{UP}, @code{RIGHT}, @code{DOWN}
 Cursor arrow keys.
 
address@hidden @code{begin}, @code{end}, @code{home}, @code{next}, @code{prior}
address@hidden @code{Begin}, @code{End}, @code{Home}, @code{next}, @code{prior}
 Other cursor repositioning keys.
 
 @item @code{select}, @code{print}, @code{execute}, @code{backtab}
@@ -1836,8 +1836,8 @@
 For example, when @samp{Num Lock} is on, the key labeled @samp{8} on
 the numeric keypad produces @code{kp-8}, which is translated to
 @kbd{8}; when @samp{Num Lock} is off, the same key produces
address@hidden, which is translated to @key{up}.  If you rebind a key
-such as @kbd{8} or @key{up}, it affects the equivalent keypad key too.
address@hidden, which is translated to @key{UP}.  If you rebind a key
+such as @kbd{8} or @key{UP}, it affects the equivalent keypad key too.
 However, if you rebind a @samp{kp-} key directly, that won't affect
 its non-keypad equivalent.  Note that the modified keys are not
 translated: for instance, if you hold down the @key{META} key while

=== modified file 'doc/emacs/indent.texi'
--- a/doc/emacs/indent.texi     2014-04-29 14:45:24 +0000
+++ b/doc/emacs/indent.texi     2014-04-29 15:17:02 +0000
@@ -127,9 +127,9 @@
 
 If called with no argument, the command activates a transient mode for
 adjusting the indentation of the affected lines interactively.  While
-this transient mode is active, typing @key{left} or @key{right}
+this transient mode is active, typing @key{LEFT} or @key{RIGHT}
 indents leftward and rightward, respectively, by one space.  You can
-also type @address@hidden or @address@hidden to indent leftward
+also type @address@hidden or @address@hidden to indent leftward
 or rightward to the next tab stop (@pxref{Tab Stops}).  Typing any
 other key disables the transient mode, and resumes normal editing.
 

=== modified file 'doc/emacs/mark.texi'
--- a/doc/emacs/mark.texi       2014-03-02 08:54:32 +0000
+++ b/doc/emacs/mark.texi       2014-04-29 15:17:02 +0000
@@ -133,7 +133,7 @@
 
 @cindex shift-selection
   Finally, you can set the mark by holding down the shift key while
-typing certain cursor motion commands (such as @address@hidden,
+typing certain cursor motion commands (such as @address@hidden,
 @kbd{S-C-f}, @kbd{S-C-n}, etc.).  This is called @dfn{shift-selection}.
 It sets the mark at point before moving point, but only if there is no
 active mark set via shift-selection.  The mark set by mouse commands

=== modified file 'doc/emacs/mini.texi'
--- a/doc/emacs/mini.texi       2014-04-29 14:45:24 +0000
+++ b/doc/emacs/mini.texi       2014-04-29 15:17:02 +0000
@@ -357,12 +357,12 @@
 point (@code{choose-completion}).
 
 @findex next-completion
address@hidden @key{right}
address@hidden @key{RIGHT}
 While in the completion list buffer, this moves point to the following
 completion alternative (@code{next-completion}).
 
 @findex previous-completion
address@hidden @key{left}
address@hidden @key{LEFT}
 While in the completion list buffer, this moves point to the previous
 completion alternative (@code{previous-completion}).
 @end table
@@ -587,11 +587,11 @@
 
 @table @kbd
 @item M-p
address@hidden @key{up}
address@hidden @key{UP}
 Move to the previous item in the minibuffer history, an earlier
 argument (@code{previous-history-element}).
 @item M-n
address@hidden @key{down}
address@hidden @key{DOWN}
 Move to the next item in the minibuffer history
 (@code{next-history-element}).
 @item M-r @var{regexp} @key{RET}
@@ -608,11 +608,11 @@
 @kindex DOWN @r{(minibuffer history)}
 @findex next-history-element
 @findex previous-history-element
-  While in the minibuffer, @kbd{M-p} or @key{up}
+  While in the minibuffer, @kbd{M-p} or @key{UP}
 (@code{previous-history-element}) moves through the minibuffer history
 list, one item at a time.  Each @kbd{M-p} fetches an earlier item from
 the history list into the minibuffer, replacing its existing contents.
-Typing @kbd{M-n} or @key{down} (@code{next-history-element}) moves
+Typing @kbd{M-n} or @key{DOWN} (@code{next-history-element}) moves
 through the minibuffer history list in the opposite direction,
 fetching later entries into the minibuffer.
 

=== modified file 'doc/emacs/misc.texi'
--- a/doc/emacs/misc.texi       2014-04-29 14:45:24 +0000
+++ b/doc/emacs/misc.texi       2014-04-29 15:17:02 +0000
@@ -932,13 +932,13 @@
 @findex comint-previous-input
 @kindex M-p @r{(Shell mode)}
 @item M-p
address@hidden address@hidden
address@hidden address@hidden
 Fetch the next earlier old shell command.
 
 @kindex M-n @r{(Shell mode)}
 @findex comint-next-input
 @item M-n
address@hidden address@hidden
address@hidden address@hidden
 Fetch the next later old shell command.
 
 @kindex M-r @r{(Shell mode)}
@@ -975,7 +975,7 @@
 shell commands, each replacing any text that was already present as
 potential shell input.  @kbd{M-n} does likewise except that it finds
 successively more recent shell commands from the buffer.
address@hidden@key{up}} works like @kbd{M-p}, and @address@hidden like
address@hidden@key{UP}} works like @kbd{M-p}, and @address@hidden like
 @kbd{M-n}.
 
   The history search command @kbd{M-r} begins an incremental regular

=== modified file 'doc/emacs/picture-xtra.texi'
--- a/doc/emacs/picture-xtra.texi       2014-04-29 14:45:24 +0000
+++ b/doc/emacs/picture-xtra.texi       2014-04-29 15:17:02 +0000
@@ -151,16 +151,16 @@
 
 @table @kbd
 @item C-c <
address@hidden C-c @key{left}
address@hidden C-c @key{LEFT}
 Move left after insertion (@code{picture-movement-left}).
 @item C-c >
address@hidden C-c @key{right}
address@hidden C-c @key{RIGHT}
 Move right after insertion (@code{picture-movement-right}).
 @item C-c ^
address@hidden C-c @key{up}
address@hidden C-c @key{UP}
 Move up after insertion (@code{picture-movement-up}).
 @item C-c .
address@hidden C-c @key{down}
address@hidden C-c @key{DOWN}
 Move down after insertion (@code{picture-movement-down}).
 @item C-c `
 @itemx C-c @key{Home}


reply via email to

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