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
2b5491fa
Commit
2b5491fa
authored
Sep 14, 2010
by
Juanma Barranquero
Browse files
src/cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
parent
c97c655f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/ChangeLog
src/ChangeLog
+6
-2
src/cmds.c
src/cmds.c
+1
-1
No files found.
src/ChangeLog
View file @
2b5491fa
2010-09-14 Juanma Barranquero <lekktu@gmail.com>
* cmds.c (syms_of_cmds) <post-self-insert-hook>: Fix typos in docstring.
2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
* xml.c (parse_
string
): Renamed to parse_string(), since that's
* xml.c (parse_
buffer
): Renamed to parse_string(), since that's
what it does.
(parse_string): Return nil when the document can't be parsed.
...
...
@@ -141,7 +145,7 @@
(x_produce_glyphs): Simplify by using the same code for ASCII and
non-ASCII characters. Don't set it->char_to_display here.
Don't handle unibyte-display-via-language-environment here. For a
charater of no glyph, use font->space_width instead of FONT_WIDTH.
chara
c
ter of no glyph, use font->space_width instead of FONT_WIDTH.
2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
src/cmds.c
View file @
2b5491fa
...
...
@@ -524,7 +524,7 @@ syms_of_cmds (void)
DEFVAR_LISP
(
"post-self-insert-hook"
,
&
Vpost_self_insert_hook
,
doc:
/* Hook run at the end of `self-insert-command'.
This
run
is run after inserting the charater. */
);
This is run after inserting the chara
c
ter. */
);
Vpost_self_insert_hook
=
Qnil
;
defsubr
(
&
Sforward_point
);
...
...
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