aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGlenn Morris2014-06-24 00:15:26 -0700
committerGlenn Morris2014-06-24 00:15:26 -0700
commit131a3a12c4b0171c71c122c3330f85fc19e9bb8f (patch)
tree83776ccda3b3d170c956b33afc7293c02213153c /doc
parent2fde356acb722a54aa0a4f18cbe2b56c216dbb1e (diff)
parentb950752961eb3d9207e4b4bd61a57071cdbe31eb (diff)
downloademacs-131a3a12c4b0171c71c122c3330f85fc19e9bb8f.tar.gz
emacs-131a3a12c4b0171c71c122c3330f85fc19e9bb8f.zip
Merge from emacs-24; up to 2014-06-08T18:27:22Z!eggert@cs.ucla.edu
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog9
-rw-r--r--doc/misc/autotype.texi7
-rw-r--r--doc/misc/dired-x.texi10
3 files changed, 18 insertions, 8 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index a6b87020733..d7b030fb1aa 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,12 @@
12014-06-24 Leo Liu <sdl.web@gmail.com>
2
3 * dired-x.texi (Omitting Files in Dired, Omitting Variables):
4 Fix key binding to dired-omit-mode. (Bug#16354)
5
62014-06-24 Eli Zaretskii <eliz@gnu.org>
7
8 * autotype.texi (Skeleton Language): Document the \n feature better.
9
12014-06-23 Glenn Morris <rgm@gnu.org> 102014-06-23 Glenn Morris <rgm@gnu.org>
2 11
3 * Makefile.in (%.texi): Disable implicit rules. 12 * Makefile.in (%.texi): Disable implicit rules.
diff --git a/doc/misc/autotype.texi b/doc/misc/autotype.texi
index e0fce74bd3f..a2988795fc5 100644
--- a/doc/misc/autotype.texi
+++ b/doc/misc/autotype.texi
@@ -234,9 +234,10 @@ Insert string or character. Literal strings and characters are passed through
234@c ??? something seems very wrong here. 234@c ??? something seems very wrong here.
235Insert a newline and align under current line, but not if this is the 235Insert a newline and align under current line, but not if this is the
236last element of a skeleton and the newline would be inserted at end of 236last element of a skeleton and the newline would be inserted at end of
237line. Use newline character @code{?\n} to prevent alignment. Use 237line, or this is the first element and the newline would be inserted
238@code{"\n"} as the last string element of a skeleton to insert a 238at beginning of line. Use newline character @code{?\n} to prevent
239newline after the skeleton unconditionally. 239alignment. Use @code{"\n"} as the first or last string element of a
240skeleton to insert a newline unconditionally.
240@item @code{_} 241@item @code{_}
241Interesting point. When wrapping skeletons around successive regions, they are 242Interesting point. When wrapping skeletons around successive regions, they are
242put at these places. Point is left at first @code{_} where nothing is wrapped. 243put at these places. Point is left at first @code{_} where nothing is wrapped.
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi
index a69d72c7d43..1eb512b7372 100644
--- a/doc/misc/dired-x.texi
+++ b/doc/misc/dired-x.texi
@@ -283,8 +283,8 @@ Marked files are never omitted.
283@end itemize 283@end itemize
284 284
285@table @kbd 285@table @kbd
286@item M-o 286@item C-x M-o
287@kindex M-o 287@kindex C-x M-o
288@findex dired-omit-mode 288@findex dired-omit-mode
289(@code{dired-omit-mode}) Toggle between displaying and omitting 289(@code{dired-omit-mode}) Toggle between displaying and omitting
290``uninteresting'' files. 290``uninteresting'' files.
@@ -324,7 +324,7 @@ Default: @code{nil}
324If non-@code{nil}, ``uninteresting'' files are not listed. 324If non-@code{nil}, ``uninteresting'' files are not listed.
325Uninteresting files are those whose files whose names match regexp 325Uninteresting files are those whose files whose names match regexp
326@code{dired-omit-files}, plus those ending with extensions in 326@code{dired-omit-files}, plus those ending with extensions in
327@code{dired-omit-extensions}. @kbd{M-o} (@code{dired-omit-mode}) 327@code{dired-omit-extensions}. @kbd{C-x M-o} (@code{dired-omit-mode})
328toggles its value, which is buffer-local. Put 328toggles its value, which is buffer-local. Put
329 329
330@example 330@example
@@ -333,8 +333,8 @@ toggles its value, which is buffer-local. Put
333 333
334@noindent 334@noindent
335inside your @code{dired-mode-hook} to have omitting initially turned on in 335inside your @code{dired-mode-hook} to have omitting initially turned on in
336@emph{every} Dired buffer (@pxref{Installation}). You can then use @kbd{M-o} to 336@emph{every} Dired buffer (@pxref{Installation}). You can then use
337unomit in that buffer. 337@kbd{C-x M-o} to unomit in that buffer.
338 338
339To enable omitting automatically only in certain directories you can add 339To enable omitting automatically only in certain directories you can add
340a directory local setting 340a directory local setting