diff options
| author | Glenn Morris | 2012-11-14 00:29:25 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-14 00:29:25 -0800 |
| commit | e0ea8060060193f66c776b513e3da731765fc38d (patch) | |
| tree | 8b5f032ff743449f634805efcff40f3928180681 /etc | |
| parent | e4e9830bd9b59f5988e2e6d0774af0707f4d9182 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -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 | ||
| 937 | takes 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 | +++ |