]> code.delx.au - gnu-emacs/commitdiff
Merge from emacs-24; up to 2012-12-07T15:31:43Z!cyd@gnu.org
authorGlenn Morris <rgm@gnu.org>
Sun, 6 Jan 2013 20:34:54 +0000 (12:34 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 6 Jan 2013 20:34:54 +0000 (12:34 -0800)
doc/lispref/ChangeLog
doc/lispref/windows.texi
doc/misc/ChangeLog
doc/misc/autotype.texi
doc/misc/cc-mode.texi
doc/misc/org.texi
doc/misc/pgg.texi

index 31c81e62ac102aed8ecaf825c9a7dc023c3a7586..64973ca38c5ac6fcfe52bcdc7cbf713a46478433 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-06  Chong Yidong  <cyd@gnu.org>
+
+       * windows.texi (Vertical Scrolling): Fix typos (Bug#13267).
+
 2013-01-05  Glenn Morris  <rgm@gnu.org>
 
        * display.texi (Overlay Properties): Mention field.  (Bug#13364)
index b3c143496dd68da279779619dfc1dd336c029a85..792002add81aa7b469a272696ac487e8e45d0486 100644 (file)
@@ -3054,10 +3054,11 @@ pixels.  In this case, the return value is @var{lines}.
 @end defun
 
 @defvar auto-window-vscroll
-If this variable is non-@code{nil}, the line-move, scroll-up, and
-scroll-down functions will automatically modify the vertical scroll
-position to scroll through display rows that are taller than the height
-of the window, for example in the presence of large images.
+If this variable is non-@code{nil}, the @code{line-move},
+@code{scroll-up}, and @code{scroll-down} functions will automatically
+modify the vertical scroll position to scroll through display rows
+that are taller than the height of the window, for example in the
+presence of large images.
 @end defvar
 
 @node Horizontal Scrolling
index d756f4fd0f01a640d36175a92b64c4325390f716..79214acc102b9e11385cfb3a5ab4861497b6490b 100644 (file)
@@ -1,3 +1,13 @@
+2013-01-06  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * autotype.texi: Remove undefined command @subtitlefont.
+       * cc-mode.texi: Likewise.
+
+       * org.texi (Advanced features): Use `@w{ }' instead of `@ ' in
+       @item argument.
+       (Property searches): Use \\ instead of @backslashchar{}.
+       * pgg.texi (VERSION): Move @set below @setfilename.
+
 2013-01-05  Andreas Schwab  <schwab@linux-m68k.org>
 
        * ada-mode.texi: Remove braces from @title argument.
index ad6a2902b1e01bbe9476f6f72ca495e6fba45a2c..137ed6b43e8c7be003f3522995b9299fb2233a9f 100644 (file)
@@ -37,8 +37,7 @@ modify this GNU manual.''
 
 @center @titlefont{Autotyping}
 @sp 2
-@center @subtitlefont{Convenient features for text that you enter
-frequently in Emacs}
+@center Convenient features for text that you enter frequently in Emacs
 @sp 2
 @center Daniel Pfeiffer
 @center additions by Dave Love
index f63c6c54a16898ed221eabc3f2b1dfdf7dfce973..55b7028101a6138395f5d9d12b94811e2805a61d 100644 (file)
@@ -188,7 +188,7 @@ modify this GNU manual.''
 
 @center @titlefont{CC Mode 5.32}
 @sp 2
-@center @subtitlefont{A GNU Emacs mode for editing C and C-like languages}
+@center A GNU Emacs mode for editing C and C-like languages
 @sp 2
 @center Barry A. Warsaw, Martin Stjernholm, Alan Mackenzie
 
index bea130ccb437e41a88431b78a657afa1276827c1..47ee0954671e1898cbdc68cbf925bdd4c39de40a 100644 (file)
@@ -3027,7 +3027,7 @@ lines will be left alone by this command.
 Selects this line for global recalculation with @kbd{C-u C-c *}, but
 not for automatic recalculation.  Use this when automatic
 recalculation slows down editing too much.
-@item @
+@item @w{ }
 Unmarked lines are exempt from recalculation with @kbd{C-u C-c *}.
 All lines that should be recalculated should be marked with @samp{#}
 or @samp{*}.
@@ -5050,7 +5050,7 @@ FILE         @r{The filename the entry is located in.}
 To create sparse trees and special lists with selection based on properties,
 the same commands are used as for tag searches (@pxref{Tag searches}).
 @table @kbd
-@orgcmdkkc{C-c / m,C-c @backslashchar{},org-match-sparse-tree}
+@orgcmdkkc{C-c / m,C-c \\,org-match-sparse-tree}
 Create a sparse tree with all matching entries.  With a
 @kbd{C-u} prefix argument, ignore headlines that are not a TODO line.
 @orgcmd{C-c a m,org-tags-view}
index bb40a9f541db3abf40c6108a1f2a7ae35fd9265f..a18a22e649fe91657f435607f66394e441761a93 100644 (file)
@@ -2,9 +2,9 @@
 
 @include gnus-overrides.texi
 
-@set VERSION 0.1
-
 @setfilename ../../info/pgg
+
+@set VERSION 0.1
 @settitle PGG @value{VERSION}
 
 @copying