diff options
| author | Chong Yidong | 2010-05-03 18:01:23 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-05-03 18:01:23 -0400 |
| commit | da0bbbc4e336566be28cc99dce4b155d4a9a194f (patch) | |
| tree | b8acdd7660e1ce746fdec7dc0c73fc87564f5c29 | |
| parent | f034e1762ba3824627494e479a47189ec62db6d1 (diff) | |
| download | emacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.tar.gz emacs-da0bbbc4e336566be28cc99dce4b155d4a9a194f.zip | |
Fix typos (Bug#6094). From Štěpán Němec.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | INSTALL | 6 | ||||
| -rw-r--r-- | doc/emacs/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/emacs/mark.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/mini.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/programs.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 9 | ||||
| -rw-r--r-- | doc/lispref/edebug.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/loading.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/locals.texi | 6 | ||||
| -rw-r--r-- | doc/lispref/maps.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/minibuf.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/tips.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 4 | ||||
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/cl.texi | 2 | ||||
| -rw-r--r-- | doc/misc/message.texi | 4 | ||||
| -rw-r--r-- | doc/misc/url.texi | 6 | ||||
| -rw-r--r-- | etc/NEWS | 8 | ||||
| -rw-r--r-- | etc/enriched.doc | 4 |
21 files changed, 55 insertions, 29 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * INSTALL: Fix typos. | ||
| 4 | |||
| 1 | 2010-05-03 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-05-03 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * configure.in: Add check for buggy version of GCC (Bug#6031). | 7 | * configure.in: Add check for buggy version of GCC (Bug#6031). |
| @@ -408,7 +408,7 @@ to look in `/bar/mylib' for libraries, pass the -O3 optimization | |||
| 408 | switch to the compiler, and link against libfoo.a and libbar.a | 408 | switch to the compiler, and link against libfoo.a and libbar.a |
| 409 | libraries in addition to the standard ones. | 409 | libraries in addition to the standard ones. |
| 410 | 410 | ||
| 411 | For some libraries, like Gtk+, fontconfig and ALSA, `configure' use | 411 | For some libraries, like Gtk+, fontconfig and ALSA, `configure' uses |
| 412 | pkg-config to find where those libraries are installed. | 412 | pkg-config to find where those libraries are installed. |
| 413 | If you want pkg-config to look in special directories, you have to set | 413 | If you want pkg-config to look in special directories, you have to set |
| 414 | the environment variable PKG_CONFIG_PATH to point to the directories | 414 | the environment variable PKG_CONFIG_PATH to point to the directories |
| @@ -466,7 +466,7 @@ site-load.el for additional libraries if you arrange for their | |||
| 466 | documentation strings to be in the etc/DOC file (see | 466 | documentation strings to be in the etc/DOC file (see |
| 467 | src/Makefile.in if you wish to figure out how to do that). For all | 467 | src/Makefile.in if you wish to figure out how to do that). For all |
| 468 | else, use site-init.el. Do not load byte-compiled code which | 468 | else, use site-init.el. Do not load byte-compiled code which |
| 469 | was build with a non-nil value of `byte-compile-dynamic'. | 469 | was built with a non-nil value of `byte-compile-dynamic'. |
| 470 | 470 | ||
| 471 | If you set load-path to a different value in site-init.el or | 471 | If you set load-path to a different value in site-init.el or |
| 472 | site-load.el, Emacs will use *precisely* that value when it starts up | 472 | site-load.el, Emacs will use *precisely* that value when it starts up |
| @@ -491,7 +491,7 @@ named `src/emacs'. You can execute this file "in place" without | |||
| 491 | copying it, if you wish; then it automatically uses the sibling | 491 | copying it, if you wish; then it automatically uses the sibling |
| 492 | directories ../lisp, ../lib-src, ../info. | 492 | directories ../lisp, ../lib-src, ../info. |
| 493 | 493 | ||
| 494 | Or you can "install" the executable and the other Emacs into their | 494 | Or you can "install" the executable and the other files into their |
| 495 | installed locations, with `make install'. By default, Emacs's files | 495 | installed locations, with `make install'. By default, Emacs's files |
| 496 | are installed in the following directories: | 496 | are installed in the following directories: |
| 497 | 497 | ||
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index b2fc399c1df..3030466f7fe 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * programs.texi (Man Page): | ||
| 4 | * misc.texi (Invoking emacsclient): | ||
| 5 | * mini.texi (Repetition): | ||
| 6 | * mark.texi (Setting Mark): Fix typos. | ||
| 7 | |||
| 1 | 2010-04-25 Chong Yidong <cyd@stupidchicken.com> | 8 | 2010-04-25 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * misc.texi (Printing): Document htmlfontify-buffer. | 10 | * misc.texi (Printing): Document htmlfontify-buffer. |
diff --git a/doc/emacs/mark.texi b/doc/emacs/mark.texi index 217d5b1b06d..4d6b38ad713 100644 --- a/doc/emacs/mark.texi +++ b/doc/emacs/mark.texi | |||
| @@ -80,7 +80,7 @@ Set the mark at point if the mark is inactive, then move point. | |||
| 80 | character in @acronym{ASCII}; usually, typing @kbd{C-@key{SPC}} on a | 80 | character in @acronym{ASCII}; usually, typing @kbd{C-@key{SPC}} on a |
| 81 | text terminal gives the character @kbd{C-@@}. This key is also bound | 81 | text terminal gives the character @kbd{C-@@}. This key is also bound |
| 82 | to @code{set-mark-command}, so unless you are unlucky enough to have | 82 | to @code{set-mark-command}, so unless you are unlucky enough to have |
| 83 | an text terminal that behaves differently, you might as well think of | 83 | a text terminal that behaves differently, you might as well think of |
| 84 | @kbd{C-@@} as @kbd{C-@key{SPC}}.}. This sets the mark where point is, | 84 | @kbd{C-@@} as @kbd{C-@key{SPC}}.}. This sets the mark where point is, |
| 85 | and activates it. You can then move point away, leaving the mark | 85 | and activates it. You can then move point away, leaving the mark |
| 86 | behind. | 86 | behind. |
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 41943e5502d..1726a6780d5 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi | |||
| @@ -601,7 +601,7 @@ repetition. If you type just @key{RET}, that repeats the command | |||
| 601 | unchanged. You can also change the command by editing the Lisp | 601 | unchanged. You can also change the command by editing the Lisp |
| 602 | expression before you execute it. The repeated command is added to | 602 | expression before you execute it. The repeated command is added to |
| 603 | the front of the command history unless it is identical to the most | 603 | the front of the command history unless it is identical to the most |
| 604 | recently item. | 604 | recent item. |
| 605 | 605 | ||
| 606 | Once inside the minibuffer for @kbd{C-x @key{ESC} @key{ESC}}, you can | 606 | Once inside the minibuffer for @kbd{C-x @key{ESC} @key{ESC}}, you can |
| 607 | use the minibuffer history commands (@kbd{M-p}, @kbd{M-n}, @kbd{M-r}, | 607 | use the minibuffer history commands (@kbd{M-p}, @kbd{M-n}, @kbd{M-r}, |
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index df39a7d2291..8c89c7b7a27 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -1528,7 +1528,7 @@ still use Emacs to edit the file. | |||
| 1528 | @kbd{C-x #} (@code{server-edit}) in its buffer. This saves the file | 1528 | @kbd{C-x #} (@code{server-edit}) in its buffer. This saves the file |
| 1529 | and sends a message back to the @command{emacsclient} program, telling | 1529 | and sends a message back to the @command{emacsclient} program, telling |
| 1530 | it to exit. Programs that use @env{EDITOR} usually wait for the | 1530 | it to exit. Programs that use @env{EDITOR} usually wait for the |
| 1531 | ``editor''---in the case @command{emacsclient}---to exit before doing | 1531 | ``editor''---in this case @command{emacsclient}---to exit before doing |
| 1532 | something else. | 1532 | something else. |
| 1533 | 1533 | ||
| 1534 | You can also call @command{emacsclient} with multiple file name | 1534 | You can also call @command{emacsclient} with multiple file name |
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 72aa8ff121a..72541eccc6f 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -1202,7 +1202,7 @@ completion based on the list of manual pages that are installed on | |||
| 1202 | your machine; the list of available manual pages is computed | 1202 | your machine; the list of available manual pages is computed |
| 1203 | automatically the first time you invoke @code{woman}. The word at | 1203 | automatically the first time you invoke @code{woman}. The word at |
| 1204 | point in the current buffer is used to suggest the default for the | 1204 | point in the current buffer is used to suggest the default for the |
| 1205 | name the manual page. | 1205 | name of the manual page. |
| 1206 | 1206 | ||
| 1207 | With a numeric argument, @kbd{M-x woman} recomputes the list of the | 1207 | With a numeric argument, @kbd{M-x woman} recomputes the list of the |
| 1208 | manual pages used for completion. This is useful if you add or delete | 1208 | manual pages used for completion. This is useful if you add or delete |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e3028f26c07..e331a3d5df0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * windows.texi (Textual Scrolling): | ||
| 4 | * tips.texi (Coding Conventions): | ||
| 5 | * minibuf.texi (Minibuffer History): | ||
| 6 | * maps.texi (Standard Keymaps): | ||
| 7 | * loading.texi (Where Defined): | ||
| 8 | * edebug.texi (Instrumenting): Fix typos. | ||
| 9 | |||
| 1 | 2010-04-25 Chong Yidong <cyd@stupidchicken.com> | 10 | 2010-04-25 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 11 | ||
| 3 | * keymaps.texi (Menu Bar): Document :advertised-binding property. | 12 | * keymaps.texi (Menu Bar): Document :advertised-binding property. |
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index c68b342c5e6..fba83980cd1 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi | |||
| @@ -186,7 +186,7 @@ instrument any top-level form regardless of the values of | |||
| 186 | 186 | ||
| 187 | While Edebug is active, the command @kbd{I} | 187 | While Edebug is active, the command @kbd{I} |
| 188 | (@code{edebug-instrument-callee}) instruments the definition of the | 188 | (@code{edebug-instrument-callee}) instruments the definition of the |
| 189 | function or macro called by the list form after point, if is not already | 189 | function or macro called by the list form after point, if it is not already |
| 190 | instrumented. This is possible only if Edebug knows where to find the | 190 | instrumented. This is possible only if Edebug knows where to find the |
| 191 | source for that function; for this reason, after loading Edebug, | 191 | source for that function; for this reason, after loading Edebug, |
| 192 | @code{eval-region} records the position of every definition it | 192 | @code{eval-region} records the position of every definition it |
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index ec10c51b236..7e3240d72de 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -823,7 +823,7 @@ without extension. | |||
| 823 | @code{load-history}. | 823 | @code{load-history}. |
| 824 | 824 | ||
| 825 | @defvar load-history | 825 | @defvar load-history |
| 826 | This value of this variable is an alist that associates the names of | 826 | The value of this variable is an alist that associates the names of |
| 827 | loaded library files with the names of the functions and variables | 827 | loaded library files with the names of the functions and variables |
| 828 | they defined, as well as the features they provided or required. | 828 | they defined, as well as the features they provided or required. |
| 829 | 829 | ||
diff --git a/doc/lispref/locals.texi b/doc/lispref/locals.texi index 1414387e409..25bbc6f02b5 100644 --- a/doc/lispref/locals.texi +++ b/doc/lispref/locals.texi | |||
| @@ -85,6 +85,9 @@ Minor mode variables will not be listed here. | |||
| 85 | @item case-fold-search | 85 | @item case-fold-search |
| 86 | @xref{Searching and Case}. | 86 | @xref{Searching and Case}. |
| 87 | 87 | ||
| 88 | @item comment-column | ||
| 89 | @xref{Comments,,, emacs, The GNU Emacs Manual}. | ||
| 90 | |||
| 88 | @item ctl-arrow | 91 | @item ctl-arrow |
| 89 | @xref{Usual Display}. | 92 | @xref{Usual Display}. |
| 90 | 93 | ||
| @@ -94,9 +97,6 @@ Minor mode variables will not be listed here. | |||
| 94 | @item cursor-type | 97 | @item cursor-type |
| 95 | @xref{Cursor Parameters}. | 98 | @xref{Cursor Parameters}. |
| 96 | 99 | ||
| 97 | @item comment-column | ||
| 98 | @xref{Comments,,, emacs, The GNU Emacs Manual}. | ||
| 99 | |||
| 100 | @item default-directory | 100 | @item default-directory |
| 101 | @xref{File Name Expansion}. | 101 | @xref{File Name Expansion}. |
| 102 | 102 | ||
diff --git a/doc/lispref/maps.texi b/doc/lispref/maps.texi index 232d38d63c0..a5b126afcb2 100644 --- a/doc/lispref/maps.texi +++ b/doc/lispref/maps.texi | |||
| @@ -163,7 +163,7 @@ search. | |||
| 163 | 163 | ||
| 164 | @item key-translation-map | 164 | @item key-translation-map |
| 165 | A keymap for translating keys. This one overrides ordinary key | 165 | A keymap for translating keys. This one overrides ordinary key |
| 166 | bindings, unlike @code{local- function-key-map}. @xref{Translation | 166 | bindings, unlike @code{local-function-key-map}. @xref{Translation |
| 167 | Keymaps}. | 167 | Keymaps}. |
| 168 | 168 | ||
| 169 | @item kmacro-map | 169 | @item kmacro-map |
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index d01d4d1ef26..66b4cb096cc 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi | |||
| @@ -511,7 +511,7 @@ set to a non-@code{nil} value. | |||
| 511 | @defopt history-length | 511 | @defopt history-length |
| 512 | The value of this variable specifies the maximum length for all | 512 | The value of this variable specifies the maximum length for all |
| 513 | history lists that don't specify their own maximum lengths. If the | 513 | history lists that don't specify their own maximum lengths. If the |
| 514 | value is @code{t}, that means there no maximum (don't delete old | 514 | value is @code{t}, that means there is no maximum (don't delete old |
| 515 | elements). The value of @code{history-length} property of the history | 515 | elements). The value of @code{history-length} property of the history |
| 516 | list variable's symbol, if set, overrides this variable for that | 516 | list variable's symbol, if set, overrides this variable for that |
| 517 | particular history list. | 517 | particular history list. |
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index bea513df044..c1f1423dabf 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -90,7 +90,7 @@ Put a call to @code{provide} at the end of each separate Lisp file. | |||
| 90 | If a file requires certain other Lisp programs to be loaded | 90 | If a file requires certain other Lisp programs to be loaded |
| 91 | beforehand, then the comments at the beginning of the file should say | 91 | beforehand, then the comments at the beginning of the file should say |
| 92 | so. Also, use @code{require} to make sure they are loaded. | 92 | so. Also, use @code{require} to make sure they are loaded. |
| 93 | x@xref{Named Features}. | 93 | @xref{Named Features}. |
| 94 | 94 | ||
| 95 | @item | 95 | @item |
| 96 | If a file @var{foo} uses a macro defined in another file @var{bar}, | 96 | If a file @var{foo} uses a macro defined in another file @var{bar}, |
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 0e1062a622f..de7ebbc405e 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1661,8 +1661,8 @@ point should be placed from the bottom of the window; thus, as with | |||
| 1661 | @end defopt | 1661 | @end defopt |
| 1662 | 1662 | ||
| 1663 | @defopt scroll-step | 1663 | @defopt scroll-step |
| 1664 | This variable is an older variant of @code{scroll-conservatively}. The | 1664 | This variable is an older variant of @code{scroll-conservatively}. |
| 1665 | difference is that it if its value is @var{n}, that permits scrolling | 1665 | The difference is that if its value is @var{n}, that permits scrolling |
| 1666 | only by precisely @var{n} lines, not a smaller number. This feature | 1666 | only by precisely @var{n} lines, not a smaller number. This feature |
| 1667 | does not work with @code{scroll-margin}. The default value is zero. | 1667 | does not work with @code{scroll-margin}. The default value is zero. |
| 1668 | @end defopt | 1668 | @end defopt |
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 89c24185949..eac91977f31 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-05-03 Štěpán Němec <stepnem@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * url.texi (HTTP language/coding, Customization): | ||
| 4 | * message.texi (Header Commands, Responses): | ||
| 5 | * cl.texi (Argument Lists): Fix typos. | ||
| 6 | |||
| 1 | 2010-04-18 Chong Yidong <cyd@stupidchicken.com> | 7 | 2010-04-18 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * ede.texi (EDE Mode): Refer to init file rather than `.emacs'. Note | 9 | * ede.texi (EDE Mode): Refer to init file rather than `.emacs'. Note |
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index 84f9b67b938..39561341b0d 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi | |||
| @@ -356,7 +356,7 @@ is defined is automatically proclaimed @code{inline}, i.e., | |||
| 356 | calls to it may be expanded into in-line code by the byte compiler. | 356 | calls to it may be expanded into in-line code by the byte compiler. |
| 357 | This is analogous to the @code{defsubst} form; | 357 | This is analogous to the @code{defsubst} form; |
| 358 | @code{defsubst*} uses a different method (compiler macros) which | 358 | @code{defsubst*} uses a different method (compiler macros) which |
| 359 | works in all version of Emacs, and also generates somewhat more | 359 | works in all versions of Emacs, and also generates somewhat more |
| 360 | efficient inline expansions. In particular, @code{defsubst*} | 360 | efficient inline expansions. In particular, @code{defsubst*} |
| 361 | arranges for the processing of keyword arguments, default values, | 361 | arranges for the processing of keyword arguments, default values, |
| 362 | etc., to be done at compile-time whenever possible. | 362 | etc., to be done at compile-time whenever possible. |
diff --git a/doc/misc/message.texi b/doc/misc/message.texi index 6f509b5ed5d..1667c5ca503 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi | |||
| @@ -659,7 +659,7 @@ address from @code{To:} and @code{Cc:} headers. | |||
| 659 | @findex message-insert-disposition-notification-to | 659 | @findex message-insert-disposition-notification-to |
| 660 | Insert a request for a disposition | 660 | Insert a request for a disposition |
| 661 | notification. (@code{message-insert-disposition-notification-to}). | 661 | notification. (@code{message-insert-disposition-notification-to}). |
| 662 | This means that if the recipient support RFC 2298 she might send you a | 662 | This means that if the recipient supports RFC 2298 she might send you a |
| 663 | notification that she received the message. | 663 | notification that she received the message. |
| 664 | 664 | ||
| 665 | @item M-x message-insert-importance-high | 665 | @item M-x message-insert-importance-high |
| @@ -2387,7 +2387,7 @@ consulted, in turn: | |||
| 2387 | 2387 | ||
| 2388 | @item wide reply | 2388 | @item wide reply |
| 2389 | A @dfn{wide reply} is a mail response that includes @emph{all} entities | 2389 | A @dfn{wide reply} is a mail response that includes @emph{all} entities |
| 2390 | mentioned in the message you are responded to. All mailboxes from the | 2390 | mentioned in the message you are responding to. All mailboxes from the |
| 2391 | following headers will be concatenated to form the outgoing | 2391 | following headers will be concatenated to form the outgoing |
| 2392 | @code{To}/@code{Cc} headers: | 2392 | @code{To}/@code{Cc} headers: |
| 2393 | 2393 | ||
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index c9c0d320ac2..ea7f3211f52 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi | |||
| @@ -313,7 +313,7 @@ encoding of documents which servers may honor. For each of these | |||
| 313 | variables, the value is a string; it can specify a single choice, or | 313 | variables, the value is a string; it can specify a single choice, or |
| 314 | it can be a comma-separated list. | 314 | it can be a comma-separated list. |
| 315 | 315 | ||
| 316 | Normally this list ordered by descending preference. However, each | 316 | Normally, this list is ordered by descending preference. However, each |
| 317 | element can be followed by @samp{;q=@var{priority}} to specify its | 317 | element can be followed by @samp{;q=@var{priority}} to specify its |
| 318 | preference level, a decimal number from 0 to 1; e.g., for | 318 | preference level, a decimal number from 0 to 1; e.g., for |
| 319 | @code{url-mime-language-string}, @w{@code{"de, en-gb;q=0.8, | 319 | @code{url-mime-language-string}, @w{@code{"de, en-gb;q=0.8, |
| @@ -1120,11 +1120,11 @@ general operation of the package. | |||
| 1120 | 1120 | ||
| 1121 | @defopt url-debug | 1121 | @defopt url-debug |
| 1122 | @cindex debugging | 1122 | @cindex debugging |
| 1123 | Specifies the types of debug messages the library which are logged to | 1123 | Specifies the types of debug messages which are logged to |
| 1124 | the @code{*URL-DEBUG*} buffer. | 1124 | the @code{*URL-DEBUG*} buffer. |
| 1125 | @code{t} means log all messages. | 1125 | @code{t} means log all messages. |
| 1126 | A number means log all messages and show them with @code{message}. | 1126 | A number means log all messages and show them with @code{message}. |
| 1127 | If may also be a list of the types of messages to be logged. | 1127 | It may also be a list of the types of messages to be logged. |
| 1128 | @end defopt | 1128 | @end defopt |
| 1129 | @defopt url-personal-mail-address | 1129 | @defopt url-personal-mail-address |
| 1130 | @end defopt | 1130 | @end defopt |
| @@ -1350,11 +1350,11 @@ rather than fortran-indent-comment. | |||
| 1350 | ** Gnus | 1350 | ** Gnus |
| 1351 | 1351 | ||
| 1352 | *** The Gnus package has been updated | 1352 | *** The Gnus package has been updated |
| 1353 | There are many news features, bug fixes and improvements; see the file | 1353 | There are many new features, bug fixes and improvements; see the file |
| 1354 | GNUS-NEWS or the node "No Gnus" in the Gnus manual for details. | 1354 | GNUS-NEWS or the node "No Gnus" in the Gnus manual for details. |
| 1355 | 1355 | ||
| 1356 | *** In Emacs 23, Gnus uses Emacs' new internal coding system `utf-8-emacs' for | 1356 | *** In Emacs 23, Gnus uses Emacs' new internal coding system `utf-8-emacs' for |
| 1357 | saving articles drafts and ~/.newsrc.eld. These file may not be read | 1357 | saving articles, drafts, and ~/.newsrc.eld. These file may not be read |
| 1358 | correctly in Emacs 22 and below. If you want to Gnus across different Emacs | 1358 | correctly in Emacs 22 and below. If you want to Gnus across different Emacs |
| 1359 | versions, you may set `mm-auto-save-coding-system' to `emacs-mule'. | 1359 | versions, you may set `mm-auto-save-coding-system' to `emacs-mule'. |
| 1360 | 1360 | ||
| @@ -1407,8 +1407,8 @@ for buff-menu.el and ibuffer.el are bound to the keys `M-s a C-s' and | |||
| 1407 | *** `C-h C-h' in Isearch mode displays isearch-specific Help screen, | 1407 | *** `C-h C-h' in Isearch mode displays isearch-specific Help screen, |
| 1408 | `C-h b' displays all Isearch key bindings, `C-h k' displays the full | 1408 | `C-h b' displays all Isearch key bindings, `C-h k' displays the full |
| 1409 | documentation of the given Isearch key sequence, `C-h m' displays | 1409 | documentation of the given Isearch key sequence, `C-h m' displays |
| 1410 | documentation of Isearch mode. All the rest Help commands exit Isearch mode | 1410 | documentation for Isearch mode. All the other Help commands exit |
| 1411 | and execute their global definitions. | 1411 | Isearch mode and execute their global definitions. |
| 1412 | 1412 | ||
| 1413 | *** When started in the minibuffer, Isearch searches in the minibuffer | 1413 | *** When started in the minibuffer, Isearch searches in the minibuffer |
| 1414 | history. See `Minibuffer changes', above. | 1414 | history. See `Minibuffer changes', above. |
diff --git a/etc/enriched.doc b/etc/enriched.doc index e2c9bb589cf..4f01dea385f 100644 --- a/etc/enriched.doc +++ b/etc/enriched.doc | |||
| @@ -219,7 +219,7 @@ in the distribution.</indent> | |||
| 219 | paragraph properly filled all the time, without slowing down | 219 | paragraph properly filled all the time, without slowing down |
| 220 | editing too much. Refill mode is a start at this, but needs | 220 | editing too much. Refill mode is a start at this, but needs |
| 221 | 221 | ||
| 222 | </indent></indent> <indent>improvment. | 222 | </indent></indent> <indent>improvement. |
| 223 | 223 | ||
| 224 | + Refill after yank. [Refill mode does that.] | 224 | + Refill after yank. [Refill mode does that.] |
| 225 | 225 | ||
| @@ -272,4 +272,4 @@ COPYING PERMISSIONS: | |||
| 272 | GNU General Public License for more details. | 272 | GNU General Public License for more details. |
| 273 | 273 | ||
| 274 | You should have received a copy of the GNU General Public License | 274 | You should have received a copy of the GNU General Public License |
| 275 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 275 | along with this program. If not, see <<http://www.gnu.org/licenses/>. |