# HG changeset patch # User Stefan Monnier # Date 1180111021 0 # Node ID 8520ffa982fcfab2ecb02eadfd05b9e87a356969 # Parent c25ffc6180f966c1f4895226ae400f7d32a0a216 (standard-display-european): Docstring fix. diff -r c25ffc6180f9 -r 8520ffa982fc lisp/disp-table.el --- a/lisp/disp-table.el Fri May 25 16:16:17 2007 +0000 +++ b/lisp/disp-table.el Fri May 25 16:37:01 2007 +0000 @@ -220,7 +220,7 @@ 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 @@ (provide 'disp-table) -;;; arch-tag: ffe4c28c-960c-47aa-b8a8-ae89d371ffc7 +;; arch-tag: ffe4c28c-960c-47aa-b8a8-ae89d371ffc7 ;;; disp-table.el ends here