emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 25cdd65 2/2: ; Spellcheck two more documentation


From: Charles A. Roelli
Subject: [Emacs-diffs] emacs-26 25cdd65 2/2: ; Spellcheck two more documentation strings
Date: Tue, 25 Sep 2018 15:30:36 -0400 (EDT)

branch: emacs-26
commit 25cdd65c4eeb34e7781c1d2bf38a245518e92185
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    ; Spellcheck two more documentation strings
    
    * lisp/files.el (hack-local-variables):
    * src/keymap.c (Ftext_char_description): Spellcheck documentation.
---
 lisp/files.el | 2 +-
 src/keymap.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/files.el b/lisp/files.el
index a3e72e2..9a8ed64 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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.
 
diff --git a/src/keymap.c b/src/keymap.c
index fe0781a..f9c77ea 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]