]> git.eshelyaron.com Git - emacs.git/commitdiff
(standard-display-european): Docstring fix.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 25 May 2007 16:37:01 +0000 (16:37 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 25 May 2007 16:37:01 +0000 (16:37 +0000)
lisp/disp-table.el

index 2a4dd01897d1e443cc95362f214ac2d6653a68d9..207063cbba28965c03b49fc5a305d2cfb85d2970 100644 (file)
@@ -220,7 +220,7 @@ with either the `--unibyte' option or the EMACS_UNIBYTE environment
 variable, or else customize `enable-multibyte-characters'.
 
 With prefix argument, this command enables European character display
-if arg is positive, disables it otherwise.  Otherwise, it toggles
+if ARG is positive, disables it otherwise.  Otherwise, it toggles
 European character display.
 
 When this mode is enabled, characters in the range of 160 to 255
@@ -264,5 +264,5 @@ for users who call this function in `.emacs'."
 
 (provide 'disp-table)
 
-;;; arch-tag: ffe4c28c-960c-47aa-b8a8-ae89d371ffc7
+;; arch-tag: ffe4c28c-960c-47aa-b8a8-ae89d371ffc7
 ;;; disp-table.el ends here