diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-03-27 11:44:58 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-03-27 11:44:58 +0000 |
commit | 2f9da07b590a46fe2b64fdc47137b6e2bc09ced0 (patch) | |
tree | 384dabe5a8f2f1d2266e261cdb764e10decce103 | |
parent | 99e0e3e2df3830501e706bad0c78c0e00f30bc12 (diff) | |
download | emacs-2f9da07b590a46fe2b64fdc47137b6e2bc09ced0.tar.gz emacs-2f9da07b590a46fe2b64fdc47137b6e2bc09ced0.tar.bz2 emacs-2f9da07b590a46fe2b64fdc47137b6e2bc09ced0.zip |
Document the new command `strokes-global-set-stroke-string'.
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -104,6 +104,11 @@ can be saved and will again be loaded with the new `grep-mode'. ** M-x diff uses diff-mode instead of compilation-mode. +** New command `strokes-global-set-stroke-string'. +This is like `strokes-global-set-stroke', but it allows you to bind +the stroke directly to a string to insert. This is convenient for +using strokes as an input method. + --- ** The saveplace.el package now filters out unreadable files. When you exit Emacs, the saved positions in visited files no longer |