]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spellcheck two more documentation strings
authorCharles A. Roelli <charles@aurox.ch>
Tue, 25 Sep 2018 19:33:00 +0000 (21:33 +0200)
committerCharles A. Roelli <charles@aurox.ch>
Tue, 25 Sep 2018 19:33:00 +0000 (21:33 +0200)
* lisp/files.el (hack-local-variables):
* src/keymap.c (Ftext_char_description): Spellcheck documentation.

lisp/files.el
src/keymap.c

index a3e72e2ce9c9f2c5e8764cf58482d822769ff6ff..9a8ed64e702fdf9824047f50065b9cac67839e92 100644 (file)
@@ -3486,7 +3486,7 @@ DIR-NAME is the name of the associated directory.  Otherwise it is nil."
 
 (defun hack-local-variables (&optional handle-mode)
   "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.
 Uses `hack-local-variables-apply' to apply the variables.
 
index fe0781a7f2a77a96f492851fa907c134822d8964..f9c77ea99e6ac79f78213cea55531449545c8fee 100644 (file)
@@ -2287,7 +2287,7 @@ DEFUN ("text-char-description", Ftext_char_description, Stext_char_description,
        doc: /* Return the description of CHARACTER in standard Emacs notation.
 CHARACTER must be a valid character code that passes the `characterp' test.
 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,
 and thus doesn't enforce the `characterp' condition, turns control
 characters into "C-char", and uses the 2**27 bit for Meta.