aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKenichi Handa2010-09-07 20:22:15 +0900
committerKenichi Handa2010-09-07 20:22:15 +0900
commit439dcbc16bd3d4fcef87736fe84173de6af4cf2e (patch)
tree2e3cff07e60db016e7de14833432590a1a18ea7a /doc
parent396475b7c1ae2e1a5b1d4be68e6b5b0819a7695b (diff)
parent9c405a86c6d6ee1034252d653c246ef509145000 (diff)
downloademacs-439dcbc16bd3d4fcef87736fe84173de6af4cf2e.tar.gz
emacs-439dcbc16bd3d4fcef87736fe84173de6af4cf2e.zip
merge emacs-23
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog8
-rw-r--r--doc/emacs/dired.texi13
-rw-r--r--doc/emacs/misc.texi3
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/files.texi8
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 @@
12010-09-04 Chong Yidong <cyd@stupidchicken.com>
2
3 * dired.texi (Dired Enter): Minor doc fix (Bug#6982).
4
52010-09-02 Glenn Morris <rgm@gnu.org>
6
7 * misc.texi (Saving Emacs Sessions): Mention desktop-path. (Bug#6948)
8
12010-08-21 Glenn Morris <rgm@gnu.org> 92010-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
77give to @code{ls} for listing the directory; this string @emph{must} 77give to @code{ls} for listing the directory; this string @emph{must}
78contain @samp{-l}. If you use a numeric prefix argument with the 78contain @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 79command, you can specify the @code{ls} switches with the minibuffer
80minibuffer before you enter the directory specification. No matter 80before you enter the directory specification. No matter how they are
81how they are specified, the @code{ls} switches can include short 81specified, the @code{ls} switches can include short options (that is,
82options (that is, single characters) requiring no arguments, and long 82single characters) requiring no arguments, and long options (starting
83options (starting with @samp{--}) whose arguments are specified with 83with @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};
87see @ref{ls in Lisp}, for options and peculiarities of that emulation. 86see @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
2353Emacs starts, it looks for a saved desktop in the current directory. 2354Emacs 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.)
2354Thus, you can have separate saved desktops in different directories, 2357Thus, you can have separate saved desktops in different directories,
2355and the starting directory determines which one Emacs reloads. You 2358and the starting directory determines which one Emacs reloads. You
2356can save the current desktop and reload one saved in another directory 2359can 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 @@
12010-09-05 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2
3 * files.texi (Directory Names): Use \` rather than ^.
4
12010-08-22 Chong Yidong <cyd@stupidchicken.com> 52010-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
1933abbreviations to use for file directories. Each element has the form 1933abbreviations 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
1936actually a regular expression; it should always start with @samp{^}. 1936actually a regular expression; it should always start with @samp{\`}.
1937The @var{to} string should be an ordinary absolute directory name. Do 1937The @var{to} string should be an ordinary absolute directory name. Do
1938not use @samp{~} to stand for a home directory in that string. The 1938not use @samp{~} to stand for a home directory in that string. The
1939function @code{abbreviate-file-name} performs these substitutions. 1939function @code{abbreviate-file-name} performs these substitutions.
@@ -1946,9 +1946,9 @@ and so on are normally accessed through symbolic links named @file{/fsf}
1946and so on. 1946and 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