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
31b7cc74
Commit
31b7cc74
authored
Aug 02, 2005
by
Juanma Barranquero
Browse files
(Fframe_char_width): Doc fix.
parent
afea040a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/frame.c
src/frame.c
+1
-2
No files found.
src/ChangeLog
View file @
31b7cc74
2005-08-02 Richard M. Stallman <rms@gnu.org>
* frame.c (Fframe_char_width): Doc fix.
2005-07-30 Juanma Barranquero <lekktu@gmail.com>
* xdisp.c (syms_of_xdisp) <redisplay-end-trigger-functions>:
...
...
src/frame.c
View file @
31b7cc74
...
...
@@ -2353,8 +2353,7 @@ DEFUN ("frame-char-width", Fframe_char_width, Sframe_char_width,
0, 1, 0,
doc: /* Width in pixels of characters in the font in frame FRAME.
If FRAME is omitted, the selected frame is used.
The width is the same for all characters, because
currently Emacs supports only fixed-width fonts.
On a graphical screen, the width is the standard width of the default font.
For a terminal screen, the value is always 1. */)
(frame)
Lisp_Object frame;
...
...
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