diff options
| author | Glenn Morris | 2008-03-03 03:28:41 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-03-03 03:28:41 +0000 |
| commit | 9f014775c4dd3b7902f55e40a72fd1cacb222c2d (patch) | |
| tree | b5b44e5b4787a129e8b115ed5bfbc166801bafba | |
| parent | 83c7166192ef25f99922b319131505e816287fba (diff) | |
| download | emacs-9f014775c4dd3b7902f55e40a72fd1cacb222c2d.tar.gz emacs-9f014775c4dd3b7902f55e40a72fd1cacb222c2d.zip | |
Fix typo in previous.
| -rw-r--r-- | etc/NEWS.22 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS.22 b/etc/NEWS.22 index dec786ba524..5a1880aa8e0 100644 --- a/etc/NEWS.22 +++ b/etc/NEWS.22 | |||
| @@ -139,7 +139,7 @@ They can easily be emulated. Rather than calling `make-variable-frame-local' | |||
| 139 | and accessing the variable value directly, explicitly check for a | 139 | and accessing the variable value directly, explicitly check for a |
| 140 | frame-parameter, and if there is one, use its value in preference to | 140 | frame-parameter, and if there is one, use its value in preference to |
| 141 | that of the variable. Note that buffer-local values should take | 141 | that of the variable. Note that buffer-local values should take |
| 142 | preference over frame-local ones, so you may wish to check `local-variable-p' | 142 | precedence over frame-local ones, so you may wish to check `local-variable-p' |
| 143 | first. | 143 | first. |
| 144 | 144 | ||
| 145 | ** The function invisible-p returns non-nil if the character | 145 | ** The function invisible-p returns non-nil if the character |