]> code.delx.au - gnu-emacs/blobdiff - lisp/case-table.el
(backup-extract-version-start): New variable.
[gnu-emacs] / lisp / case-table.el
index c47359b24bb3f4bdd24921af556af51c48a2404e..71b9b76823c1a74ac00a2cad0af09fe0560ef336 100644 (file)
@@ -68,7 +68,7 @@
     (set-char-table-extra-slot copy 1 nil)
     (set-char-table-extra-slot copy 2 nil)
     copy))
-    
+
 ;;;###autoload
 (defun set-case-syntax-delims (l r table)
   "Make characters L and R a matching pair of non-case-converting delimiters.
@@ -105,8 +105,8 @@ word constituents."
 
 ;;;###autoload
 (defun set-case-syntax (c syntax table)
-  "Make characters C case-invariant with syntax SYNTAX.
-This sets the entries for character C in TABLE, which is a string
+  "Make character C case-invariant with syntax SYNTAX.
+This sets the entry for character C in TABLE, which is a string
 that will be used as the downcase part of a case table.
 It also modifies `standard-syntax-table'.
 SYNTAX should be \" \", \"w\", \".\" or \"_\"."