emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108035: More minor manual copyedi


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108035: More minor manual copyedits to fix 7x9 manual underfull/overfull hboxes.
Date: Mon, 11 Jun 2012 14:48:47 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108035
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-06-11 14:48:47 +0800
message:
  More minor manual copyedits to fix 7x9 manual underfull/overfull hboxes.
  
  * doc/emacs/emacs.texi: Remove urlcolor setting.
  
  * doc/lispref/elisp.texi, vol1.texi, vol2.texi: Remove urlcolor setting.
  
  * doc/lispref/vol2.texi: Include package.texi.
modified:
  doc/emacs/ChangeLog
  doc/emacs/anti.texi
  doc/emacs/building.texi
  doc/emacs/calendar.texi
  doc/emacs/cmdargs.texi
  doc/emacs/custom.texi
  doc/emacs/emacs.texi
  doc/emacs/frames.texi
  doc/emacs/maintaining.texi
  doc/emacs/misc.texi
  doc/emacs/msdog.texi
  doc/emacs/text.texi
  doc/lispref/ChangeLog
  doc/lispref/customize.texi
  doc/lispref/display.texi
  doc/lispref/edebug.texi
  doc/lispref/elisp.texi
  doc/lispref/files.texi
  doc/lispref/functions.texi
  doc/lispref/keymaps.texi
  doc/lispref/loading.texi
  doc/lispref/macros.texi
  doc/lispref/modes.texi
  doc/lispref/nonascii.texi
  doc/lispref/os.texi
  doc/lispref/positions.texi
  doc/lispref/processes.texi
  doc/lispref/text.texi
  doc/lispref/vol1.texi
  doc/lispref/vol2.texi
  doc/lispref/windows.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2012-06-10 14:02:52 +0000
+++ b/doc/emacs/ChangeLog       2012-06-11 06:48:47 +0000
@@ -1,3 +1,7 @@
+2012-06-11  Chong Yidong  <address@hidden>
+
+       * emacs.texi: Remove urlcolor setting.
+
 2012-06-10  Chong Yidong  <address@hidden>
 
        * emacs.texi: Update ISBN and edition number.

=== modified file 'doc/emacs/anti.texi'
--- a/doc/emacs/anti.texi       2012-06-10 14:02:52 +0000
+++ b/doc/emacs/anti.texi       2012-06-11 06:48:47 +0000
@@ -71,9 +71,10 @@
 commands instead of using @code{completion-at-point}.
 
 @item
-We have removed various options for controlling how windows are used,
-e.g.@: @code{display-buffer-base-action}, @code{display-buffer-alist},
address@hidden, and @code{window-combination-resize}.
+We have removed several options for controlling how windows are used,
+such as @code{display-buffer-base-action},
address@hidden, @code{window-combination-limit}, and
address@hidden
 
 @item
 The command @kbd{M-x customize-themes} has been removed.  Emacs no

=== modified file 'doc/emacs/building.texi'
--- a/doc/emacs/building.texi   2012-06-10 14:02:52 +0000
+++ b/doc/emacs/building.texi   2012-06-11 06:48:47 +0000
@@ -1495,7 +1495,7 @@
 @vindex eval-expression-print-level
 @vindex eval-expression-print-length
 @vindex eval-expression-debug-on-error
-  The customizable variables @code{eval-expression-print-level} and
+  The options @code{eval-expression-print-level} and
 @code{eval-expression-print-length} control the maximum depth and
 length of lists to print in the result of the evaluation commands
 before abbreviating them.  @code{eval-expression-debug-on-error}

=== modified file 'doc/emacs/calendar.texi'
--- a/doc/emacs/calendar.texi   2012-05-03 07:07:21 +0000
+++ b/doc/emacs/calendar.texi   2012-06-11 06:48:47 +0000
@@ -245,10 +245,10 @@
 Scroll calendar one month backward (@code{calendar-scroll-right}).
 @item C-v
 @itemx @key{next}
-Scroll three months forward (@code{calendar-scroll-left-three-months}).
+Scroll forward by three months (@code{calendar-scroll-left-three-months}).
 @item M-v
 @itemx @key{prior}
-Scroll three months backward (@code{calendar-scroll-right-three-months}).
+Scroll backward by three months (@code{calendar-scroll-right-three-months}).
 @end table
 
 @kindex > @r{(Calendar mode)}

=== modified file 'doc/emacs/cmdargs.texi'
--- a/doc/emacs/cmdargs.texi    2012-06-10 14:02:52 +0000
+++ b/doc/emacs/cmdargs.texi    2012-06-11 06:48:47 +0000
@@ -577,8 +577,8 @@
 The user's login name.  See also @env{LOGNAME}.  On MS-DOS, this
 defaults to @samp{root}.
 @item VERSION_CONTROL
-Used to initialize the @code{version-control} Lisp variable
-(@pxref{Backup Names}).
+Used to initialize the @code{version-control} variable (@pxref{Backup
+Names}).
 @end table
 
 @node Misc Variables

=== modified file 'doc/emacs/custom.texi'
--- a/doc/emacs/custom.texi     2012-06-10 14:02:52 +0000
+++ b/doc/emacs/custom.texi     2012-06-11 06:48:47 +0000
@@ -1052,13 +1052,13 @@
 @findex add-file-local-variable-prop-line
 @findex delete-file-local-variable-prop-line
 @findex copy-dir-locals-to-file-locals-prop-line
-  You can use the command @kbd{M-x add-file-local-variable-prop-line}
-instead of adding entries by hand.  This command prompts for a
-variable and value, and adds them to the first line in the appropriate
-way.  The command @kbd{M-x delete-file-local-variable-prop-line}
-prompts for a variable, and deletes its entry from the line.  The
-command @kbd{M-x copy-dir-locals-to-file-locals-prop-line} copies the
-current directory-local variables to the first line (@pxref{Directory
+  You can use @kbd{M-x add-file-local-variable-prop-line} instead of
+adding entries by hand.  This command prompts for a variable and
+value, and adds them to the first line in the appropriate way.
address@hidden delete-file-local-variable-prop-line} prompts for a variable,
+and deletes its entry from the line.  The command @kbd{M-x
+copy-dir-locals-to-file-locals-prop-line} copies the current
+directory-local variables to the first line (@pxref{Directory
 Variables}).
 
   Here is an example first line that specifies Lisp mode and sets two

=== modified file 'doc/emacs/emacs.texi'
--- a/doc/emacs/emacs.texi      2012-06-10 14:02:52 +0000
+++ b/doc/emacs/emacs.texi      2012-06-11 06:48:47 +0000
@@ -54,7 +54,7 @@
 @c in general, keep the following line commented out, unless doing a
 @c copy of this manual that will be published.  The manual should go
 @c onto the distribution in the full, 8.5 x 11" size.
address@hidden @smallbook
address@hidden @set smallbook
 
 @ifset smallbook
 @smallbook
@@ -66,8 +66,6 @@
 @tex
 @ifset smallbook
 @fonttextsize 10
-\global\let\urlcolor=\Black % don't print links in grayscale
-\global\let\linkcolor=\Black
 @end ifset
 \global\hbadness=6666 % don't worry about not-too-underfull boxes
 @end tex

=== modified file 'doc/emacs/frames.texi'
--- a/doc/emacs/frames.texi     2012-06-10 14:02:52 +0000
+++ b/doc/emacs/frames.texi     2012-06-11 06:48:47 +0000
@@ -668,7 +668,7 @@
 @samp{o} (oblique), @samp{ri} (reverse italic), or @samp{ot} (other).
 Some font names support other values.
 @item widthtype
-The font width---normally one of @samp{normal}, @samp{condensed},
+The font width---normally @samp{normal}, @samp{condensed},
 @samp{semicondensed}, or @samp{extended}.  Some font names support
 other values.
 @item style

=== modified file 'doc/emacs/maintaining.texi'
--- a/doc/emacs/maintaining.texi        2012-05-03 06:50:59 +0000
+++ b/doc/emacs/maintaining.texi        2012-06-11 06:48:47 +0000
@@ -903,11 +903,11 @@
 
 @kindex C-x v l
 @findex vc-print-log
-  The command @kbd{C-x v l} (@code{vc-print-log}) displays a buffer
-named @file{*vc-change-log*}, showing the history of changes made to
-the current file, including who made the changes, the dates, and the
-log entry for each change (these are the same log entries you would
-enter via the @file{*vc-log*} buffer; @pxref{Log Buffer}).  Point is
+  @kbd{C-x v l} (@code{vc-print-log}) displays a buffer named
address@hidden, showing the history of changes made to the
+current file, including who made the changes, the dates, and the log
+entry for each change (these are the same log entries you would enter
+via the @file{*vc-log*} buffer; @pxref{Log Buffer}).  Point is
 centered at the revision of the file currently being visited.  With a
 prefix argument, the command prompts for the revision to center on,
 and the maximum number of revisions to display.

=== modified file 'doc/emacs/misc.texi'
--- a/doc/emacs/misc.texi       2012-06-10 14:02:52 +0000
+++ b/doc/emacs/misc.texi       2012-06-11 06:48:47 +0000
@@ -2257,18 +2257,18 @@
 @cindex Brief emulation
 @cindex emulation of Brief
 @cindex mode, CRiSP
-You can turn on key bindings to emulate the CRiSP/Brief editor with
address@hidden crisp-mode}.  Note that this rebinds @kbd{M-x} to exit Emacs
-unless you set the variable @code{crisp-override-meta-x}.  You can
-also use the command @kbd{M-x scroll-all-mode} or set the variable
address@hidden crisp-mode} enables key bindings to emulate the CRiSP/Brief
+editor.  Note that this rebinds @kbd{M-x} to exit Emacs unless you set
+the variable @code{crisp-override-meta-x}.  You can also use the
+command @kbd{M-x scroll-all-mode} or set the variable
 @code{crisp-load-scroll-all} to emulate CRiSP's scroll-all feature
 (scrolling all windows together).
 
 @item EDT (DEC VMS editor)
 @findex edt-emulation-on
 @findex edt-emulation-off
-Turn on EDT emulation @kbd{M-x edt-emulation-on}; use @kbd{M-x
-edt-emulation-off} to restore normal Emacs command bindings.
+Turn on EDT emulation with @kbd{M-x edt-emulation-on}; restore normal
+command bindings with @kbd{M-x edt-emulation-off}.
 
 Most of the EDT emulation commands are keypad keys, and most standard
 Emacs key bindings are still available.  The EDT emulation rebindings
@@ -2481,8 +2481,8 @@
 
 @findex animate-birthday-present
 @cindex animate
-  The @code{animate} package makes text dance; for example, try
address@hidden animate-birthday-present}.
+  The @code{animate} package makes text dance (e.g.  @kbd{M-x
+animate-birthday-present}).
 
 @findex blackbox
 @findex mpuz

=== modified file 'doc/emacs/msdog.texi'
--- a/doc/emacs/msdog.texi      2012-04-14 20:24:45 +0000
+++ b/doc/emacs/msdog.texi      2012-06-11 06:48:47 +0000
@@ -415,16 +415,15 @@
 @section HOME and Startup Directories on MS-Windows
 @cindex @code{HOME} directory on MS-Windows
 
-  The Windows equivalent of the @code{HOME} directory is the
address@hidden application data directory}.  The actual location
-depends on the Windows version; typical values are @file{C:\Documents
-and address@hidden Data} on Windows 2K/XP/2K3,
address@hidden:address@hidden on Windows Vista/7/2K8,
-and either @file{C:\WINDOWS\Application Data} or
address@hidden:address@hidden Data} on the
-older Windows 9X/ME systems.  If this directory does not exist or
-cannot be accessed, Emacs falls back to @file{C:\} as the default
-value of @code{HOME}.
+  The Windows equivalent of @code{HOME} is the @dfn{user-specific
+application data directory}.  The actual location depends on the
+Windows version; typical values are @file{C:\Documents and
address@hidden Data} on Windows 2000/XP/2K3,
address@hidden:address@hidden on Windows
+Vista/7/2008, and either @file{C:\WINDOWS\Application Data} or
address@hidden:address@hidden Data} on Windows
+9X/ME.  If this directory does not exist or cannot be accessed, Emacs
+falls back to @file{C:\} as the default value of @code{HOME}.
 
   You can override this default value of @code{HOME} by explicitly
 setting the environment variable @env{HOME} to point to any directory

=== modified file 'doc/emacs/text.texi'
--- a/doc/emacs/text.texi       2012-06-10 14:02:52 +0000
+++ b/doc/emacs/text.texi       2012-06-11 06:48:47 +0000
@@ -1015,11 +1015,11 @@
 @kindex C-c C-f @r{(Outline mode)}
 @kindex C-c C-b @r{(Outline mode)}
 @kindex C-c C-u @r{(Outline mode)}
-  The commands @kbd{C-c C-f} (@code{outline-forward-same-level}) and
address@hidden C-b} (@code{outline-backward-same-level}) move from one
-heading line to another visible heading at the same depth in the
-outline.  @kbd{C-c C-u} (@code{outline-up-heading}) moves backward to
-another heading that is less deeply nested.
+  @kbd{C-c C-f} (@code{outline-forward-same-level}) and @kbd{C-c C-b}
+(@code{outline-backward-same-level}) move from one heading line to
+another visible heading at the same depth in the outline.  @kbd{C-c
+C-u} (@code{outline-up-heading}) moves backward to another heading
+that is less deeply nested.
 
 @node Outline Visibility
 @subsection Outline Visibility Commands
@@ -2311,8 +2311,7 @@
 within the text).  The @samp{Remove Special} menu item removes all of
 these special properties from the text in the region.
 
-  The @code{invisible} and @code{intangible} properties are not saved
-in the @samp{text/enriched} format.
+  The @code{invisible} and @code{intangible} properties are not saved.
 
 @node Text Based Tables
 @section Editing Text-based Tables

=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-06-01 09:51:00 +0000
+++ b/doc/lispref/ChangeLog     2012-06-11 06:48:47 +0000
@@ -1,3 +1,9 @@
+2012-06-11  Chong Yidong  <address@hidden>
+
+       * elisp.texi, vol1.texi, vol2.texi: Remove urlcolor setting.
+
+       * vol2.texi: Include package.texi.
+
 2012-06-01  Chong Yidong  <address@hidden>
 
        * Version 24.1 released.

=== modified file 'doc/lispref/customize.texi'
--- a/doc/lispref/customize.texi        2012-05-05 00:37:30 +0000
+++ b/doc/lispref/customize.texi        2012-06-11 06:48:47 +0000
@@ -711,7 +711,8 @@
 symbol for the key.
 
 @example
-:options '("foo" ((function-item some-function) integer)
+:options '("foo"
+           ((function-item some-function) integer)
            "baz")
 @end example
 
@@ -719,7 +720,8 @@
 example,
 
 @example
-(defcustom list-alist '(("foo" 1) ("bar" 2) ("baz" 3))
+(defcustom list-alist
+  '(("foo" 1) ("bar" 2) ("baz" 3))
   "Each element is a list of the form (KEY VALUE).")
 @end example
 
@@ -727,7 +729,8 @@
 instead of
 
 @example
-(defcustom cons-alist '(("foo" . 1) ("bar" . 2) ("baz" . 3))
+(defcustom cons-alist
+  '(("foo" . 1) ("bar" . 2) ("baz" . 3))
   "Each element is a cons-cell (KEY . VALUE).")
 @end example
 

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2012-05-15 15:43:06 +0000
+++ b/doc/lispref/display.texi  2012-06-11 06:48:47 +0000
@@ -791,8 +791,8 @@
 @findex collapse-delayed-warnings
 @findex display-delayed-warnings
 @noindent
-The function @code{collapse-delayed-warnings} iterates through
address@hidden, removing repeated entries.  The function
+The function @code{collapse-delayed-warnings} removes repeated entries
+from @code{delayed-warnings-list}.  The function
 @code{display-delayed-warnings} calls @code{display-warning} on each
 of the entries in @code{delayed-warnings-list}, in turn, and then sets
 @code{delayed-warnings-list} to @code{nil}.
@@ -2079,11 +2079,10 @@
 Emacs Manual}.
 
 @item :width
-Relative proportionate character width, also known as the character
-set width.  This should be one of the symbols @code{ultra-condensed},
address@hidden, @code{condensed}, @code{semi-condensed},
address@hidden, @code{semi-expanded}, @code{expanded},
address@hidden, or @code{ultra-expanded}.
+Relative character width.  This should be one of the symbols
address@hidden, @code{extra-condensed}, @code{condensed},
address@hidden, @code{normal}, @code{semi-expanded},
address@hidden, @code{extra-expanded}, or @code{ultra-expanded}.
 
 @item :height
 The height of the font.  In the simplest case, this is an integer in

=== modified file 'doc/lispref/edebug.texi'
--- a/doc/lispref/edebug.texi   2012-05-05 01:16:54 +0000
+++ b/doc/lispref/edebug.texi   2012-06-11 06:48:47 +0000
@@ -1035,10 +1035,10 @@
 
 @item
 The variables @code{last-command}, @code{this-command},
address@hidden, @code{last-command-event},
address@hidden, @code{last-input-event},
 @code{last-event-frame}, @code{last-nonmenu-event}, and
address@hidden  Commands used within Edebug do not affect these
-variables outside of Edebug.
address@hidden  Commands in Edebug do not affect these variables
+outside of Edebug.
 
 Executing commands within Edebug can change the key sequence that
 would be returned by @code{this-command-keys}, and there is no way to

=== modified file 'doc/lispref/elisp.texi'
--- a/doc/lispref/elisp.texi    2012-05-04 07:04:40 +0000
+++ b/doc/lispref/elisp.texi    2012-06-11 06:48:47 +0000
@@ -14,7 +14,7 @@
 @c in general, keep the following line commented out, unless doing a
 @c copy of this manual that will be published.  The manual should go
 @c onto the distribution in the full, 8.5 x 11" size.
address@hidden @smallbook
address@hidden @set smallbook
 
 @ifset smallbook
 @smallbook
@@ -26,8 +26,6 @@
 @tex
 @ifset smallbook
 @fonttextsize 10
-\global\let\urlcolor=\Black % don't print links in grayscale
-\global\let\linkcolor=\Black
 @end ifset
 \global\hbadness=6666 % don't worry about not-too-underfull boxes
 @end tex
@@ -1522,12 +1520,8 @@
 
 @include package.texi
 
address@hidden MOVE to Emacs Manual:  include misc-modes.texi
-
 @c appendices
 
address@hidden  REMOVE this:  include non-hacker.texi
-
 @include anti.texi
 @include doclicense.texi
 @include gpl.texi

=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi    2012-05-15 09:38:50 +0000
+++ b/doc/lispref/files.texi    2012-06-11 06:48:47 +0000
@@ -2954,7 +2954,8 @@
   (let ((remote-file-name-inhibit-cache
          (- display-time-interval 5)))
     (and (file-exists-p file)
-         (< 0 (nth 7 (file-attributes (file-chase-links file)))))))
+         (< 0 (nth 7 (file-attributes
+                       (file-chase-links file)))))))
 @end example
 @end defopt
 

=== modified file 'doc/lispref/functions.texi'
--- a/doc/lispref/functions.texi        2012-05-15 15:43:06 +0000
+++ b/doc/lispref/functions.texi        2012-06-11 06:48:47 +0000
@@ -1264,8 +1264,8 @@
 
 @example
 In end of data:
-fortran.el:2152:1:Warning: the function `gud-find-c-expr' is not known
-    to be defined.
+fortran.el:2152:1:Warning: the function `gud-find-c-expr' is not
+    known to be defined.
 @end example
 
 In fact, @code{gud-find-c-expr} is only used in the function that

=== modified file 'doc/lispref/keymaps.texi'
--- a/doc/lispref/keymaps.texi  2012-04-26 00:31:47 +0000
+++ b/doc/lispref/keymaps.texi  2012-06-11 06:48:47 +0000
@@ -449,8 +449,8 @@
 @example
 (defvar help-mode-map
   (let ((map (make-sparse-keymap)))
-    (set-keymap-parent map (make-composed-keymap button-buffer-map
-                                                 special-mode-map))
+    (set-keymap-parent map
+      (make-composed-keymap button-buffer-map special-mode-map))
     ... map) ... )
 @end example
 
@@ -1601,10 +1601,11 @@
 @end defvar
 
 @cindex key translation function
-You can use @code{input-decode-map}, @code{local-function-key-map}, or
address@hidden for more than simple aliases, by using a
-function, instead of a key sequence, as the ``translation'' of a key.
-Then this function is called to compute the translation of that key.
+You can use @code{input-decode-map}, @code{local-function-key-map},
+and @code{key-translation-map} for more than simple aliases, by using
+a function, instead of a key sequence, as the ``translation'' of a
+key.  Then this function is called to compute the translation of that
+key.
 
 The key translation function receives one argument, which is the prompt
 that was specified in @code{read-key-sequence}---or @code{nil} if the

=== modified file 'doc/lispref/loading.texi'
--- a/doc/lispref/loading.texi  2012-05-05 00:37:30 +0000
+++ b/doc/lispref/loading.texi  2012-06-11 06:48:47 +0000
@@ -515,9 +515,10 @@
 
 @item Definitions for major or minor modes:
 @code{define-minor-mode}, @code{define-globalized-minor-mode},
address@hidden, @code{easy-mmode-define-minor-mode},
address@hidden, @code{define-derived-mode},
address@hidden,
 @code{easy-mmode-define-global-mode}, @code{define-compilation-mode},
address@hidden, and @code{define-global-minor-mode}.
+and @code{define-global-minor-mode}.
 
 @item Other definition types:
 @code{defcustom}, @code{defgroup}, @code{defclass}

=== modified file 'doc/lispref/macros.texi'
--- a/doc/lispref/macros.texi   2012-05-05 00:37:30 +0000
+++ b/doc/lispref/macros.texi   2012-06-11 06:48:47 +0000
@@ -339,8 +339,9 @@
   "Execute a simple \"for\" loop.
 For example, (for i from 1 to 10 do (print i))."
   (list 'let (list (list var init))
-        (cons 'while (cons (list '<= var final)
-                           (append body (list (list 'inc var)))))))
+        (cons 'while
+              (cons (list '<= var final)
+                    (append body (list (list 'inc var)))))))
 @end group
 @result{} for
 

=== modified file 'doc/lispref/modes.texi'
--- a/doc/lispref/modes.texi    2012-05-15 15:43:06 +0000
+++ b/doc/lispref/modes.texi    2012-06-11 06:48:47 +0000
@@ -1235,8 +1235,8 @@
 
 @smallexample
 @group
-(defun lisp-mode-variables (&optional lisp-syntax keywords-case-insensitive)
-  (when lisp-syntax
+(defun lisp-mode-variables (&optional syntax keywords-case-insensitive)
+  (when syntax
     (set-syntax-table lisp-mode-syntax-table))
   (setq local-abbrev-table lisp-mode-abbrev-table)
   @dots{}
@@ -1309,9 +1309,9 @@
 Entry to this mode calls the value of `lisp-mode-hook'
 if that value is non-nil."
   (lisp-mode-variables nil t)
-  (set (make-local-variable 'find-tag-default-function) 'lisp-find-tag-default)
-  (make-local-variable 'comment-start-skip)
-  (setq comment-start-skip
+  (set (make-local-variable 'find-tag-default-function)
+       'lisp-find-tag-default)
+  (set (make-local-variable 'comment-start-skip)
        "\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\)\\(;+\\|#|\\) *")
   (setq imenu-case-fold-search t))
 @end group

=== modified file 'doc/lispref/nonascii.texi'
--- a/doc/lispref/nonascii.texi 2012-03-10 03:27:10 +0000
+++ b/doc/lispref/nonascii.texi 2012-06-11 06:48:47 +0000
@@ -409,16 +409,15 @@
 or @code{R} (strong R).
 
 @item decomposition
-Corresponds to the Unicode @code{Decomposition_Type} and
address@hidden properties.  The value is a list, whose
-first element may be a symbol representing a compatibility formatting
-tag, such as @address@hidden Unicode specification writes
-these tag names inside @samp{<..>} brackets, but the tag names in
-Emacs do not include the brackets; e.g.@: Unicode specifies
address@hidden<small>} where Emacs uses @samp{small}.  }; the other elements
-are characters that give the compatibility decomposition sequence of
-this character.  For unassigned codepoints, the value is the character
-itself.
+Corresponds to the Unicode properties @code{Decomposition_Type} and
address@hidden  The value is a list, whose first element
+may be a symbol representing a compatibility formatting tag, such as
address@hidden@footnote{The Unicode specification writes these tag names
+inside @samp{<..>} brackets, but the tag names in Emacs do not include
+the brackets; e.g.@: Unicode specifies @samp{<small>} where Emacs uses
address@hidden  }; the other elements are characters that give the
+compatibility decomposition sequence of this character.  For
+unassigned codepoints, the value is the character itself.
 
 @item decimal-digit-value
 Corresponds to the Unicode @code{Numeric_Value} property for

=== modified file 'doc/lispref/os.texi'
--- a/doc/lispref/os.texi       2012-05-15 09:38:50 +0000
+++ b/doc/lispref/os.texi       2012-06-11 06:48:47 +0000
@@ -2317,7 +2317,7 @@
 @item :image-path @var{path}
 This is represented either as a URI (@samp{file://} is the only URI
 schema supported right now) or a name in a freedesktop.org-compliant
-icon theme from @samp{$XDG_DATA_DIRS/icons}, like @samp{"mail-message-new"}.
+icon theme from @samp{$XDG_DATA_DIRS/icons}.
 
 @item :sound-file @var{filename}
 The path to a sound file to play when the notification pops up.
@@ -2414,26 +2414,27 @@
 strings giving alternate filenames for that library.
 
 Emacs tries to load the library from the files in the order they
-appear in the list; if none is found, the running session of Emacs
-won't have access to that library, and the features that depend on the
-library will be unavailable.
+appear in the list; if none is found, the Emacs session won't have
+access to that library, and the features it provides will be
+unavailable.
 
 Image support on some platforms uses this facility.  Here's an example
 of setting this variable for supporting images on MS-Windows:
 
address@hidden
address@hidden
 (setq dynamic-library-alist
       '((xpm "libxpm.dll" "xpm4.dll" "libXpm-nox4.dll")
         (png "libpng12d.dll" "libpng12.dll" "libpng.dll"
-        "libpng13d.dll" "libpng13.dll")
-        (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll" "jpeg.dll")
+             "libpng13d.dll" "libpng13.dll")
+        (jpeg "jpeg62.dll" "libjpeg.dll" "jpeg-62.dll"
+              "jpeg.dll")
         (tiff "libtiff3.dll" "libtiff.dll")
         (gif "giflib4.dll" "libungif4.dll" "libungif.dll")
         (svg "librsvg-2-2.dll")
         (gdk-pixbuf "libgdk_pixbuf-2.0-0.dll")
         (glib "libglib-2.0-0.dll")
        (gobject "libgobject-2.0-0.dll")))
address@hidden lisp
address@hidden example
 
 Note that image types @code{pbm} and @code{xbm} do not need entries in
 this variable because they do not depend on external libraries and are

=== modified file 'doc/lispref/positions.texi'
--- a/doc/lispref/positions.texi        2012-03-05 06:12:17 +0000
+++ b/doc/lispref/positions.texi        2012-06-11 06:48:47 +0000
@@ -831,7 +831,8 @@
 during an excursion:
 
 @example
-Warning: Use `with-current-buffer' rather than save-excursion+set-buffer
+Warning: Use `with-current-buffer' rather than
+         save-excursion+set-buffer
 @end example
 
 @noindent

=== modified file 'doc/lispref/processes.texi'
--- a/doc/lispref/processes.texi        2012-05-15 09:38:50 +0000
+++ b/doc/lispref/processes.texi        2012-06-11 06:48:47 +0000
@@ -1800,7 +1800,7 @@
 @item start
 The time when the process was started, in the same
 @address@hidden(@var{high} @var{low} @var{microsec})}} format used by
address@hidden and @code{file-attributes}.
address@hidden and by @code{file-attributes}.
 
 @item etime
 The time elapsed since the process started, in the @address@hidden(@var{high}

=== modified file 'doc/lispref/text.texi'
--- a/doc/lispref/text.texi     2012-05-15 09:38:50 +0000
+++ b/doc/lispref/text.texi     2012-06-11 06:48:47 +0000
@@ -216,8 +216,7 @@
 
 @defun buffer-string
 This function returns the contents of the entire accessible portion of
-the current buffer as a string.  It is equivalent to
address@hidden@code{(buffer-substring (point-min) (point-max))}}.
+the current buffer, as a string.
 @end defun
 
 @defun filter-buffer-substring start end &optional delete

=== modified file 'doc/lispref/vol1.texi'
--- a/doc/lispref/vol1.texi     2012-04-26 17:56:38 +0000
+++ b/doc/lispref/vol1.texi     2012-06-11 06:48:47 +0000
@@ -48,8 +48,6 @@
 @tex
 @ifset smallbook
 @fonttextsize 10
-\global\let\urlcolor=\Black % don't print links in grayscale
-\global\let\linkcolor=\Black
 @end ifset
 \global\hbadness=6666 % don't worry about not-too-underfull boxes
 @end tex
@@ -1538,12 +1536,8 @@
 @c include display.texi
 @c include os.texi
 
address@hidden MOVE to Emacs Manual:  include misc-modes.texi
-
 @c appendices
 
address@hidden  REMOVE this:  include non-hacker.texi
-
 @c include anti.texi
 @c include doclicense.texi
 @c include gpl.texi

=== modified file 'doc/lispref/vol2.texi'
--- a/doc/lispref/vol2.texi     2012-04-26 17:56:38 +0000
+++ b/doc/lispref/vol2.texi     2012-06-11 06:48:47 +0000
@@ -48,8 +48,6 @@
 @tex
 @ifset smallbook
 @fonttextsize 10
-\global\let\urlcolor=\Black % don't print links in grayscale
-\global\let\linkcolor=\Black
 @end ifset
 \global\hbadness=6666 % don't worry about not-too-underfull boxes
 @end tex
@@ -1536,13 +1534,10 @@
 
 @include display.texi
 @include os.texi
-
address@hidden MOVE to Emacs Manual:  include misc-modes.texi
address@hidden package.texi
 
 @c appendices
 
address@hidden  REMOVE this:  include non-hacker.texi
-
 @include anti.texi
 @include doclicense.texi
 @include gpl.texi

=== modified file 'doc/lispref/windows.texi'
--- a/doc/lispref/windows.texi  2012-05-15 09:38:50 +0000
+++ b/doc/lispref/windows.texi  2012-06-11 06:48:47 +0000
@@ -1400,7 +1400,7 @@
 functions described in @ref{Switching Buffers}, instead of calling
 @code{set-window-buffer} directly.
 
-This function runs @code{window-scroll-functions}, followed by
+This runs @code{window-scroll-functions}, followed by
 @code{window-configuration-change-hook}.  @xref{Window Hooks}.
 @end defun
 


reply via email to

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