diff options
| author | Kenichi Handa | 2010-09-07 20:22:15 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-09-07 20:22:15 +0900 |
| commit | 439dcbc16bd3d4fcef87736fe84173de6af4cf2e (patch) | |
| tree | 2e3cff07e60db016e7de14833432590a1a18ea7a /doc | |
| parent | 396475b7c1ae2e1a5b1d4be68e6b5b0819a7695b (diff) | |
| parent | 9c405a86c6d6ee1034252d653c246ef509145000 (diff) | |
| download | emacs-439dcbc16bd3d4fcef87736fe84173de6af4cf2e.tar.gz emacs-439dcbc16bd3d4fcef87736fe84173de6af4cf2e.zip | |
merge emacs-23
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 8 | ||||
| -rw-r--r-- | doc/emacs/dired.texi | 13 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 3 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/files.texi | 8 |
5 files changed, 25 insertions, 11 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 63de0aafc07..c569d2e966f 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-09-04 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * dired.texi (Dired Enter): Minor doc fix (Bug#6982). | ||
| 4 | |||
| 5 | 2010-09-02 Glenn Morris <rgm@gnu.org> | ||
| 6 | |||
| 7 | * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948) | ||
| 8 | |||
| 1 | 2010-08-21 Glenn Morris <rgm@gnu.org> | 9 | 2010-08-21 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * misc.texi (Amusements): Mention bubbles and animate. | 11 | * misc.texi (Amusements): Mention bubbles and animate. |
diff --git a/doc/emacs/dired.texi b/doc/emacs/dired.texi index 8f5b2462c67..debc751fa44 100644 --- a/doc/emacs/dired.texi +++ b/doc/emacs/dired.texi | |||
| @@ -75,13 +75,12 @@ a directory name. | |||
| 75 | 75 | ||
| 76 | The variable @code{dired-listing-switches} specifies the options to | 76 | The variable @code{dired-listing-switches} specifies the options to |
| 77 | give to @code{ls} for listing the directory; this string @emph{must} | 77 | give to @code{ls} for listing the directory; this string @emph{must} |
| 78 | contain @samp{-l}. If you use a numeric prefix argument with the | 78 | contain @samp{-l}. If you use a prefix argument with the @code{dired} |
| 79 | @code{dired} command, you can specify the @code{ls} switches with the | 79 | command, you can specify the @code{ls} switches with the minibuffer |
| 80 | minibuffer before you enter the directory specification. No matter | 80 | before you enter the directory specification. No matter how they are |
| 81 | how they are specified, the @code{ls} switches can include short | 81 | specified, the @code{ls} switches can include short options (that is, |
| 82 | options (that is, single characters) requiring no arguments, and long | 82 | single characters) requiring no arguments, and long options (starting |
| 83 | options (starting with @samp{--}) whose arguments are specified with | 83 | with @samp{--}) whose arguments are specified with @samp{=}. |
| 84 | @samp{=}. | ||
| 85 | 84 | ||
| 86 | On MS-Windows and MS-DOS systems, Emacs @emph{emulates} @code{ls}; | 85 | On MS-Windows and MS-DOS systems, Emacs @emph{emulates} @code{ls}; |
| 87 | see @ref{ls in Lisp}, for options and peculiarities of that emulation. | 86 | see @ref{ls in Lisp}, for options and peculiarities of that emulation. |
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 029cf410664..ea4b39bdece 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -2349,8 +2349,11 @@ sessions, or add this line in your init file (@pxref{Init File}): | |||
| 2349 | 2349 | ||
| 2350 | @findex desktop-change-dir | 2350 | @findex desktop-change-dir |
| 2351 | @findex desktop-revert | 2351 | @findex desktop-revert |
| 2352 | @vindex desktop-path | ||
| 2352 | If you turn on @code{desktop-save-mode} in your init file, then when | 2353 | If you turn on @code{desktop-save-mode} in your init file, then when |
| 2353 | Emacs starts, it looks for a saved desktop in the current directory. | 2354 | Emacs starts, it looks for a saved desktop in the current directory. |
| 2355 | (More precisely, it looks in the directories specified by | ||
| 2356 | @var{desktop-path}, and uses the first desktop it finds.) | ||
| 2354 | Thus, you can have separate saved desktops in different directories, | 2357 | Thus, you can have separate saved desktops in different directories, |
| 2355 | and the starting directory determines which one Emacs reloads. You | 2358 | and the starting directory determines which one Emacs reloads. You |
| 2356 | can save the current desktop and reload one saved in another directory | 2359 | can save the current desktop and reload one saved in another directory |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 399c07d13f5..4302da5aa27 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change) | ||
| 2 | |||
| 3 | * files.texi (Directory Names): Use \` rather than ^. | ||
| 4 | |||
| 1 | 2010-08-22 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-08-22 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * modes.texi (Defining Minor Modes): Doc fix (Bug#6880). | 7 | * modes.texi (Defining Minor Modes): Doc fix (Bug#6880). |
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index abdd2814b56..23fd2376a57 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi | |||
| @@ -1933,7 +1933,7 @@ The variable @code{directory-abbrev-alist} contains an alist of | |||
| 1933 | abbreviations to use for file directories. Each element has the form | 1933 | abbreviations to use for file directories. Each element has the form |
| 1934 | @code{(@var{from} . @var{to})}, and says to replace @var{from} with | 1934 | @code{(@var{from} . @var{to})}, and says to replace @var{from} with |
| 1935 | @var{to} when it appears in a directory name. The @var{from} string is | 1935 | @var{to} when it appears in a directory name. The @var{from} string is |
| 1936 | actually a regular expression; it should always start with @samp{^}. | 1936 | actually a regular expression; it should always start with @samp{\`}. |
| 1937 | The @var{to} string should be an ordinary absolute directory name. Do | 1937 | The @var{to} string should be an ordinary absolute directory name. Do |
| 1938 | not use @samp{~} to stand for a home directory in that string. The | 1938 | not use @samp{~} to stand for a home directory in that string. The |
| 1939 | function @code{abbreviate-file-name} performs these substitutions. | 1939 | function @code{abbreviate-file-name} performs these substitutions. |
| @@ -1946,9 +1946,9 @@ and so on are normally accessed through symbolic links named @file{/fsf} | |||
| 1946 | and so on. | 1946 | and so on. |
| 1947 | 1947 | ||
| 1948 | @example | 1948 | @example |
| 1949 | (("^/home/fsf" . "/fsf") | 1949 | (("\\`/home/fsf" . "/fsf") |
| 1950 | ("^/home/gp" . "/gp") | 1950 | ("\\`/home/gp" . "/gp") |
| 1951 | ("^/home/gd" . "/gd")) | 1951 | ("\\`/home/gd" . "/gd")) |
| 1952 | @end example | 1952 | @end example |
| 1953 | @end defopt | 1953 | @end defopt |
| 1954 | 1954 | ||