aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-14 00:29:25 -0800
committerGlenn Morris2012-11-14 00:29:25 -0800
commite0ea8060060193f66c776b513e3da731765fc38d (patch)
tree8b5f032ff743449f634805efcff40f3928180681 /etc
parente4e9830bd9b59f5988e2e6d0774af0707f4d9182 (diff)
downloademacs-e0ea8060060193f66c776b513e3da731765fc38d.tar.gz
emacs-e0ea8060060193f66c776b513e3da731765fc38d.zip
* lisp/subr.el (set-temporary-overlay-map): Doc fix.
* etc/NEWS: Related edit.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9fcb2d13565..e7e178744a7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -932,7 +932,9 @@ describing the cycle.
932*** `function-get' fetches a function property, following aliases. 932*** `function-get' fetches a function property, following aliases.
933+++ 933+++
934*** `posnp' tests if an object is a `posn'. 934*** `posnp' tests if an object is a `posn'.
935*** `set-temporary-overlay-map' sets up a temporary overlay map. 935
936*** `set-temporary-overlay-map' sets up a temporary keymap that
937takes precedence over most other maps for a short while (normally one key).
936+++ 938+++
937*** `system-users' returns the user names on the system. 939*** `system-users' returns the user names on the system.
938+++ 940+++