changeset 17313:249fdb84dd26

(set-case-syntax): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Sun, 06 Apr 1997 14:48:27 +0000
parents 647d2774c99e
children f438ebf1c679
files lisp/case-table.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/case-table.el	Sun Apr 06 14:32:33 1997 +0000
+++ b/lisp/case-table.el	Sun Apr 06 14:48:27 1997 +0000
@@ -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 @@
 
 ;;;###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 \"_\"."