aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-03-03 03:28:33 +0000
committerGlenn Morris2008-03-03 03:28:33 +0000
commitcdd0d016ad69dc590063ee08b2857dbb8accd18e (patch)
tree9db61b165030268c9e0f70fd33b01dd89303a587
parentee199d9e65fd6ccbdb77d0016eb8b2664e335590 (diff)
downloademacs-cdd0d016ad69dc590063ee08b2857dbb8accd18e.tar.gz
emacs-cdd0d016ad69dc590063ee08b2857dbb8accd18e.zip
Fix typo in previous.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 141db1fd2eb..1c7f49536be 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -139,7 +139,7 @@ They can easily be emulated. Rather than calling `make-variable-frame-local'
139and accessing the variable value directly, explicitly check for a 139and accessing the variable value directly, explicitly check for a
140frame-parameter, and if there is one, use its value in preference to 140frame-parameter, and if there is one, use its value in preference to
141that of the variable. Note that buffer-local values should take 141that of the variable. Note that buffer-local values should take
142preference over frame-local ones, so you may wish to check `local-variable-p' 142precedence over frame-local ones, so you may wish to check `local-variable-p'
143first. 143first.
144 144
145** The function invisible-p returns non-nil if the character 145** The function invisible-p returns non-nil if the character