emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117550: Small doc/ fixes re @var usage.


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117550: Small doc/ fixes re @var usage.
Date: Sat, 04 Oct 2014 06:36:12 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117550
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Fri 2014-10-03 23:35:55 -0700
message:
  Small doc/ fixes re @var usage.
  
  * doc/emacs/cmdargs.texi (Misc X):
  * doc/emacs/display.texi (Optional Mode Line):
  * doc/emacs/misc.texi (emacsclient Options):
  * doc/emacs/vc1-xtra.texi (VC Delete/Rename):
  * doc/lispref/buffers.texi (Buffer List):
  * doc/lispref/display.texi (Image Descriptors, Defining Images):
  * doc/lispref/functions.texi (Core Advising Primitives):
  Small fixes re @var usage.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/cmdargs.texi         
cmdargs.texi-20091113204419-o5vbwnq5f7feedwu-6238
  doc/emacs/display.texi         
display.texi-20091113204419-o5vbwnq5f7feedwu-6243
  doc/emacs/misc.texi            misc.texi-20091113204419-o5vbwnq5f7feedwu-6267
  doc/emacs/vc1-xtra.texi        
vc1xtra.texi-20091113204419-o5vbwnq5f7feedwu-6281
  doc/lispref/ChangeLog          changelog-20091113204419-o5vbwnq5f7feedwu-6155
  doc/lispref/buffers.texi       
buffers.texi-20091113204419-o5vbwnq5f7feedwu-6164
  doc/lispref/display.texi       
display.texi-20091113204419-o5vbwnq5f7feedwu-6172
  doc/lispref/functions.texi     
functions.texi-20091113204419-o5vbwnq5f7feedwu-6182
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-10-04 02:36:49 +0000
+++ b/doc/emacs/ChangeLog       2014-10-04 06:35:55 +0000
@@ -1,5 +1,10 @@
 2014-10-04  Glenn Morris  <address@hidden>
 
+       * cmdargs.texi (Misc X):
+       * display.texi (Optional Mode Line):
+       * misc.texi (emacsclient Options):
+       * vc1-xtra.texi (VC Delete/Rename): Small fixes re @var usage.
+
        * killing.texi (Rectangles): Copyedits re rectangle-mark-mode.
        (CUA Bindings): Mention rectangle-mark-mode.
 

=== modified file 'doc/emacs/cmdargs.texi'
--- a/doc/emacs/cmdargs.texi    2014-10-03 15:26:26 +0000
+++ b/doc/emacs/cmdargs.texi    2014-10-04 06:35:55 +0000
@@ -1106,8 +1106,8 @@
 @c Enable horizontal scroll bars.  Since horizontal scroll bars
 @c are not yet implemented, this actually does nothing.
 
address@hidden --parent-id @var{ID}
-Open Emacs as a client X window via the XEmbed protocol, with @var{ID}
address@hidden --parent-id @var{id}
+Open Emacs as a client X window via the XEmbed protocol, with @var{id}
 as the parent X window id.  Currently, this option is mainly useful
 for developers.
 

=== modified file 'doc/emacs/display.texi'
--- a/doc/emacs/display.texi    2014-04-29 14:45:24 +0000
+++ b/doc/emacs/display.texi    2014-10-04 06:35:55 +0000
@@ -1245,11 +1245,11 @@
 following the buffer percentage like this:
 
 @example
address@hidden of @var{SIZE}
address@hidden of @var{size}
 @end example
 
 @noindent
-Here @var{SIZE} is the human readable representation of the number of
+Here @var{size} is the human readable representation of the number of
 characters in the buffer, which means that @samp{k} for 10^3, @samp{M}
 for 10^6, @samp{G} for 10^9, etc., are used to abbreviate.
 

=== modified file 'doc/emacs/misc.texi'
--- a/doc/emacs/misc.texi       2014-06-08 17:46:51 +0000
+++ b/doc/emacs/misc.texi       2014-10-04 06:35:55 +0000
@@ -1610,9 +1610,9 @@
 edit the server buffers within Emacs, and they are @emph{not} killed
 when you type @kbd{C-x #} in them.
 
address@hidden --parent-id @var{ID}
address@hidden --parent-id @var{id}
 Open an @command{emacsclient} frame as a client frame in the parent X
-window with id @var{ID}, via the XEmbed protocol.  Currently, this
+window with id @var{id}, via the XEmbed protocol.  Currently, this
 option is mainly useful for developers.
 
 @item -q

=== modified file 'doc/emacs/vc1-xtra.texi'
--- a/doc/emacs/vc1-xtra.texi   2014-01-01 07:43:34 +0000
+++ b/doc/emacs/vc1-xtra.texi   2014-10-04 06:35:55 +0000
@@ -113,7 +113,7 @@
 schedule the deletion for committing.
 
 @item M-x vc-rename-file
-Prompt for two file names, @var{VAR} and @var{OLD}, rename them in the
+Prompt for two file names, @var{var} and @var{old}, rename them in the
 working tree, and schedule the renaming for committing.
 @end table
 

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2014-10-04 06:33:00 +0000
+++ b/doc/lispref/ChangeLog     2014-10-04 06:35:55 +0000
@@ -1,5 +1,9 @@
 2014-10-04  Glenn Morris  <address@hidden>
 
+       * buffers.texi (Buffer List):
+       * display.texi (Image Descriptors, Defining Images):
+       * functions.texi (Core Advising Primitives): Small fixes re @var usage.
+
        * windows.texi (Window Sizes, Resizing Windows): Copyedits.
 
        * frames.texi (Multiple Terminals): Copyedits re multiple monitors.

=== modified file 'doc/lispref/buffers.texi'
--- a/doc/lispref/buffers.texi  2014-03-07 15:11:12 +0000
+++ b/doc/lispref/buffers.texi  2014-10-04 06:35:55 +0000
@@ -863,7 +863,7 @@
 
 @defun last-buffer &optional buffer visible-ok frame
 This function returns the last buffer in @var{frame}'s buffer list other
-than @var{BUFFER}.  If @var{frame} is omitted or @code{nil}, it uses the
+than @var{buffer}.  If @var{frame} is omitted or @code{nil}, it uses the
 selected frame's buffer list.
 
 The argument @var{visible-ok} is handled as with @code{other-buffer},

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2014-08-19 18:56:29 +0000
+++ b/doc/lispref/display.texi  2014-10-04 06:35:55 +0000
@@ -4503,7 +4503,7 @@
 
   Each image descriptor has the form @code{(image . @var{props})},
 where @var{props} is a property list of alternating keyword symbols
-and values, including at least the pair @code{:type @var{TYPE}} which
+and values, including at least the pair @code{:type @var{type}} that
 specifies the image type.
 
   The following is a list of properties that are meaningful for all
@@ -4995,7 +4995,7 @@
 Each specification in @var{specs} is a property list with contents
 depending on image type.  All specifications must at least contain the
 properties @code{:type @var{type}} and either @address@hidden:file @var{file}}}
-or @address@hidden:data @var{DATA}}}, where @var{type} is a symbol specifying
+or @address@hidden:data @var{data}}}, where @var{type} is a symbol specifying
 the image type, e.g., @code{xbm}, @var{file} is the file to load the
 image from, and @var{data} is a string containing the actual image data.
 The first specification in the list whose @var{type} is supported, and

=== modified file 'doc/lispref/functions.texi'
--- a/doc/lispref/functions.texi        2014-09-04 15:43:06 +0000
+++ b/doc/lispref/functions.texi        2014-10-04 06:35:55 +0000
@@ -1232,7 +1232,7 @@
 @code{(local @var{symbol})}, where @var{symbol} is an expression which returns
 the variable name, then @var{function} will only be added in the
 current buffer.  Finally, if you want to modify a lexical variable, you will
-have to use @code{(var @var{VARIABLE})}.
+have to use @code{(var @var{variable})}.
 
 Every function added with @code{add-function} can be accompanied by an
 association list of properties @var{props}.  Currently only two of those


reply via email to

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