diff options
| author | Glenn Morris | 2014-06-24 00:15:26 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-06-24 00:15:26 -0700 |
| commit | 131a3a12c4b0171c71c122c3330f85fc19e9bb8f (patch) | |
| tree | 83776ccda3b3d170c956b33afc7293c02213153c /doc | |
| parent | 2fde356acb722a54aa0a4f18cbe2b56c216dbb1e (diff) | |
| parent | b950752961eb3d9207e4b4bd61a57071cdbe31eb (diff) | |
| download | emacs-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/ChangeLog | 9 | ||||
| -rw-r--r-- | doc/misc/autotype.texi | 7 | ||||
| -rw-r--r-- | doc/misc/dired-x.texi | 10 |
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 @@ | |||
| 1 | 2014-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 | |||
| 6 | 2014-06-24 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * autotype.texi (Skeleton Language): Document the \n feature better. | ||
| 9 | |||
| 1 | 2014-06-23 Glenn Morris <rgm@gnu.org> | 10 | 2014-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. |
| 235 | Insert a newline and align under current line, but not if this is the | 235 | Insert a newline and align under current line, but not if this is the |
| 236 | last element of a skeleton and the newline would be inserted at end of | 236 | last element of a skeleton and the newline would be inserted at end of |
| 237 | line. Use newline character @code{?\n} to prevent alignment. Use | 237 | line, 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 | 238 | at beginning of line. Use newline character @code{?\n} to prevent |
| 239 | newline after the skeleton unconditionally. | 239 | alignment. Use @code{"\n"} as the first or last string element of a |
| 240 | skeleton to insert a newline unconditionally. | ||
| 240 | @item @code{_} | 241 | @item @code{_} |
| 241 | Interesting point. When wrapping skeletons around successive regions, they are | 242 | Interesting point. When wrapping skeletons around successive regions, they are |
| 242 | put at these places. Point is left at first @code{_} where nothing is wrapped. | 243 | put 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} | |||
| 324 | If non-@code{nil}, ``uninteresting'' files are not listed. | 324 | If non-@code{nil}, ``uninteresting'' files are not listed. |
| 325 | Uninteresting files are those whose files whose names match regexp | 325 | Uninteresting 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}) |
| 328 | toggles its value, which is buffer-local. Put | 328 | toggles 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 |
| 335 | inside your @code{dired-mode-hook} to have omitting initially turned on in | 335 | inside 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 |
| 337 | unomit in that buffer. | 337 | @kbd{C-x M-o} to unomit in that buffer. |
| 338 | 338 | ||
| 339 | To enable omitting automatically only in certain directories you can add | 339 | To enable omitting automatically only in certain directories you can add |
| 340 | a directory local setting | 340 | a directory local setting |