Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0381e6ca
Commit
0381e6ca
authored
Jun 12, 2002
by
Richard M. Stallman
Browse files
(describe-char-after): Doc fix.
parent
1f5f6db6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
lisp/ChangeLog
lisp/ChangeLog
+18
-0
lisp/international/mule-diag.el
lisp/international/mule-diag.el
+2
-2
No files found.
lisp/ChangeLog
View file @
0381e6ca
2002-06-12 Richard M. Stallman <rms@gnu.org>
* 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 <miles@gnu.org>
* comint.el (comint-send-input): Properly handle empty and
...
...
lisp/international/mule-diag.el
View file @
0381e6ca
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment