diff options
author | Miles Bader <miles@gnu.org> | 2005-01-29 00:06:24 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-01-29 00:06:24 +0000 |
commit | 4026c9b46e8b6956a305c53d372bb77cfbcb17d1 (patch) | |
tree | 2fb8d17d5938206d89ee46bacb26a2b47e006113 /lisp/descr-text.el | |
parent | 5ee2908c14ec0fb0c4de622261e089078318dd40 (diff) | |
parent | a0f0c35ce5950b487603d62942a7b69d086ed2d9 (diff) | |
download | emacs-4026c9b46e8b6956a305c53d372bb77cfbcb17d1.tar.gz |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-7
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-52
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-53
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-54
Update from CVS: lisp/cus-start.el (all): Add `undo-outer-limit'.
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-55
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-57
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-7
Merge from emacs--cvs-trunk--0
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-8
- miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-11
Update from CVS
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 4b41c2501e5..d7079bcf44c 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -1,10 +1,10 @@ ;;; descr-text.el --- describe text mode -;; Copyright (c) 1994, 1995, 1996, 2001, 2002, 2003, 2004 +;; Copyright (c) 1994, 1995, 1996, 2001, 2002, 2003, 2004, 2005 ;; Free Software Foundation, Inc. ;; Author: Boris Goldowsky <boris@gnu.org> -;; Keywords: faces +;; Keywords: faces, i18n, Unicode, multilingual ;; This file is part of GNU Emacs. @@ -217,7 +217,7 @@ otherwise." (defcustom describe-char-unicodedata-file nil "Location of Unicode data file. This is the UnicodeData.txt file from the Unicode consortium, used for -diagnostics. If it is non-nil `describe-char-after' will print data +diagnostics. If it is non-nil `describe-char' will print data looked up from it. This facility is mostly of use to people doing multilingual development. |