diff options
author | Glenn Morris <rgm@gnu.org> | 2008-03-03 03:28:33 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-03-03 03:28:33 +0000 |
commit | cdd0d016ad69dc590063ee08b2857dbb8accd18e (patch) | |
tree | 9db61b165030268c9e0f70fd33b01dd89303a587 /etc | |
parent | ee199d9e65fd6ccbdb77d0016eb8b2664e335590 (diff) | |
download | emacs-cdd0d016ad69dc590063ee08b2857dbb8accd18e.tar.gz |
Fix typo in previous.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ They can easily be emulated. Rather than calling `make-variable-frame-local' and accessing the variable value directly, explicitly check for a frame-parameter, and if there is one, use its value in preference to that of the variable. Note that buffer-local values should take -preference over frame-local ones, so you may wish to check `local-variable-p' +precedence over frame-local ones, so you may wish to check `local-variable-p' first. ** The function invisible-p returns non-nil if the character |