aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-06-12 12:22:21 +0000
committerRichard M. Stallman <[email protected]>2002-06-12 12:22:21 +0000
commit0381e6ca5419dddb7a23bd2ae9ba291a4ea118d8 (patch)
tree5001b8e674515378bb24b727365ccce9801ed659 /lisp
parent1f5f6db60795a94ba99cefb96ce2031c5acac6f1 (diff)
(describe-char-after): Doc fix.
Diffstat (limited to 'lisp')
-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 d6e24578db..4dfc1b2ab9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
+2002-06-12 Richard M. Stallman <[email protected]>
+
+ * international/mule-diag.el (describe-char-after): Doc fix.
+
+ * view.el (view-mode-enter): Clarify echo area message.
+
+ * info.el (Info-select-node): Turn header line on or off here.
+ (Info-setup-header-line): Function deleted.
+ (Info-mode): Make Info-header-line local.
+ (Info-fontify-node): Ignore Info-use-header-line.
+ Unconditionally compute what the header line should be, and
+ store it on the `header-line' property of the node's first char.
+ Bind [header-line down-mouse-1].
+ Use `keymap' property, not `local-map'.
+ Bind [mouse-2] for mouse clicks on the node line in the text.
+
+ * font-lock.el (font-lock-beginning-of-syntax-function): Doc fix.
+
2002-06-12 Miles Bader <[email protected]>
* comint.el (comint-send-input): Properly handle empty and
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el
index 2577e15608..61405128e8 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'."
POS defaults to point.
The information includes character code, charset and code points in it,
syntax, category, how the character is encoded in a file,
-which font is being used for displaying the character."
+which font is being used for displaying the character,
+and text properties."
(interactive)
(or pos
(setq pos (point)))
@@ -663,7 +664,6 @@ which font is being used for displaying the character."
(insert "\nText properties\n")
(require 'descr-text)
(describe-text-properties props))))))
-
;;; CODING-SYSTEM