aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2004-03-27 11:44:58 +0000
committerEli Zaretskii2004-03-27 11:44:58 +0000
commit2f9da07b590a46fe2b64fdc47137b6e2bc09ced0 (patch)
tree384dabe5a8f2f1d2266e261cdb764e10decce103
parent99e0e3e2df3830501e706bad0c78c0e00f30bc12 (diff)
downloademacs-2f9da07b590a46fe2b64fdc47137b6e2bc09ced0.tar.gz
emacs-2f9da07b590a46fe2b64fdc47137b6e2bc09ced0.zip
Document the new command `strokes-global-set-stroke-string'.
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 223f9657583..791e75f1ea2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -104,6 +104,11 @@ can be saved and will again be loaded with the new `grep-mode'.
104 104
105** M-x diff uses diff-mode instead of compilation-mode. 105** M-x diff uses diff-mode instead of compilation-mode.
106 106
107** New command `strokes-global-set-stroke-string'.
108This is like `strokes-global-set-stroke', but it allows you to bind
109the stroke directly to a string to insert. This is convenient for
110using strokes as an input method.
111
107--- 112---
108** The saveplace.el package now filters out unreadable files. 113** The saveplace.el package now filters out unreadable files.
109When you exit Emacs, the saved positions in visited files no longer 114When you exit Emacs, the saved positions in visited files no longer