; Spellcheck two more documentation strings
* lisp/files.el (hack-local-variables): * src/keymap.c (Ftext_char_description): Spellcheck documentation.
This commit is contained in:
parent
c8bda0555c
commit
25cdd65c4e
2 changed files with 2 additions and 2 deletions
|
@ -3486,7 +3486,7 @@ DIR-NAME is the name of the associated directory. Otherwise it is nil."
|
||||||
|
|
||||||
(defun hack-local-variables (&optional handle-mode)
|
(defun hack-local-variables (&optional handle-mode)
|
||||||
"Parse and put into effect this buffer's local variables spec.
|
"Parse and put into effect this buffer's local variables spec.
|
||||||
For buffers visitying files, also puts into effect directory-local
|
For buffers visiting files, also puts into effect directory-local
|
||||||
variables.
|
variables.
|
||||||
Uses `hack-local-variables-apply' to apply the variables.
|
Uses `hack-local-variables-apply' to apply the variables.
|
||||||
|
|
||||||
|
|
|
@ -2287,7 +2287,7 @@ DEFUN ("text-char-description", Ftext_char_description, Stext_char_description,
|
||||||
doc: /* Return the description of CHARACTER in standard Emacs notation.
|
doc: /* Return the description of CHARACTER in standard Emacs notation.
|
||||||
CHARACTER must be a valid character code that passes the `characterp' test.
|
CHARACTER must be a valid character code that passes the `characterp' test.
|
||||||
Control characters turn into "^char", and characters with Meta and other
|
Control characters turn into "^char", and characters with Meta and other
|
||||||
modifiers signal an error, as they are not valid characterr codes.
|
modifiers signal an error, as they are not valid character codes.
|
||||||
This differs from `single-key-description' which accepts character events,
|
This differs from `single-key-description' which accepts character events,
|
||||||
and thus doesn't enforce the `characterp' condition, turns control
|
and thus doesn't enforce the `characterp' condition, turns control
|
||||||
characters into "C-char", and uses the 2**27 bit for Meta.
|
characters into "C-char", and uses the 2**27 bit for Meta.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue