aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-06-12 12:22:21 +0000
committerRichard M. Stallman2002-06-12 12:22:21 +0000
commit0381e6ca5419dddb7a23bd2ae9ba291a4ea118d8 (patch)
tree5001b8e674515378bb24b727365ccce9801ed659
parent1f5f6db60795a94ba99cefb96ce2031c5acac6f1 (diff)
downloademacs-0381e6ca5419dddb7a23bd2ae9ba291a4ea118d8.tar.gz
emacs-0381e6ca5419dddb7a23bd2ae9ba291a4ea118d8.zip
(describe-char-after): Doc fix.
-rw-r--r--lisp/ChangeLog18
-rw-r--r--lisp/international/mule-diag.el4
2 files changed, 20 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d6e24578db8..4dfc1b2ab91 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12002-06-12 Richard M. Stallman <rms@gnu.org>
2
3 * international/mule-diag.el (describe-char-after): Doc fix.
4
5 * view.el (view-mode-enter): Clarify echo area message.
6
7 * info.el (Info-select-node): Turn header line on or off here.
8 (Info-setup-header-line): Function deleted.
9 (Info-mode): Make Info-header-line local.
10 (Info-fontify-node): Ignore Info-use-header-line.
11 Unconditionally compute what the header line should be, and
12 store it on the `header-line' property of the node's first char.
13 Bind [header-line down-mouse-1].
14 Use `keymap' property, not `local-map'.
15 Bind [mouse-2] for mouse clicks on the node line in the text.
16
17 * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
18
12002-06-12 Miles Bader <miles@gnu.org> 192002-06-12 Miles Bader <miles@gnu.org>
2 20
3 * comint.el (comint-send-input): Properly handle empty and 21 * comint.el (comint-send-input): Properly handle empty and
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el
index 2577e156080..61405128e88 100644
--- a/lisp/international/mule-diag.el
+++ b/lisp/international/mule-diag.el
@@ -539,7 +539,8 @@ PC `codepages' and other coded character sets. See `non-iso-charset-alist'."
539POS defaults to point. 539POS defaults to point.
540The information includes character code, charset and code points in it, 540The information includes character code, charset and code points in it,
541syntax, category, how the character is encoded in a file, 541syntax, category, how the character is encoded in a file,
542which font is being used for displaying the character." 542which font is being used for displaying the character,
543and text properties."
543 (interactive) 544 (interactive)
544 (or pos 545 (or pos
545 (setq pos (point))) 546 (setq pos (point)))
@@ -663,7 +664,6 @@ which font is being used for displaying the character."
663 (insert "\nText properties\n") 664 (insert "\nText properties\n")
664 (require 'descr-text) 665 (require 'descr-text)
665 (describe-text-properties props)))))) 666 (describe-text-properties props))))))
666
667 667
668;;; CODING-SYSTEM 668;;; CODING-SYSTEM
669 669