diff options
author | Miles Bader <miles@gnu.org> | 2007-05-26 21:55:39 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-05-26 21:55:39 +0000 |
commit | 3a4336e6def99c0e15e2f9ae36e6f31b3d6dad69 (patch) | |
tree | 8db6743f0f1118a867ad67faa542ecccecdeb89d /lisp/disp-table.el | |
parent | 779903bd6e149edae6131f84f2a1ac069ef50b2e (diff) | |
parent | 3b8c0c70a77c4f580672552b796f46ac07e65867 (diff) | |
download | emacs-3a4336e6def99c0e15e2f9ae36e6f31b3d6dad69.tar.gz |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 773)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-211
Diffstat (limited to 'lisp/disp-table.el')
-rw-r--r-- | lisp/disp-table.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/disp-table.el b/lisp/disp-table.el index dbe67dacb39..15231b084ed 100644 --- a/lisp/disp-table.el +++ b/lisp/disp-table.el @@ -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 |