diff options
| author | Eli Zaretskii | 2014-06-22 19:59:30 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-06-22 19:59:30 +0300 |
| commit | f3953a24ea8b800170bde3db98565f2040b2f915 (patch) | |
| tree | b6282c9049ff5dc5cb34d779f6177742abb466f8 /lisp/ChangeLog | |
| parent | 6692a64cc4c6929175c1d55a826ca35d1db3e652 (diff) | |
| download | emacs-f3953a24ea8b800170bde3db98565f2040b2f915.tar.gz emacs-f3953a24ea8b800170bde3db98565f2040b2f915.zip | |
More tweaks of skeleton documentation wrt \n behavior at bol/eol.
lisp/skeleton.el (skeleton-insert): Yet another fix of the doc string
wrt behavior of \n as the first/last element of a skeleton.
doc/misc/autotype.texi (Skeleton Language): Document the \n feature
better.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e0aaa182785..471b4494011 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-06-22 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * skeleton.el (skeleton-insert): Yet another fix of the doc string | ||
| 4 | wrt behavior of \n as the first/last element of a skeleton. | ||
| 5 | |||
| 1 | 2014-06-22 Michael Albinus <michael.albinus@gmx.de> | 6 | 2014-06-22 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * net/tramp-adb.el (tramp-adb-handle-process-file): | 8 | * net/tramp-adb.el (tramp-adb-handle-process-file): |