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
85ade7ee
Commit
85ade7ee
authored
Feb 08, 2014
by
Juanma Barranquero
Browse files
* src/keyboard.c (Frecursive_edit): Fix typo in docstring.
parent
f7a17bb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/keyboard.c
src/keyboard.c
+1
-1
No files found.
src/ChangeLog
View file @
85ade7ee
2014-02-08 Juanma Barranquero <lekktu@gmail.com>
* keyboard.c (Frecursive_edit): Fix typo in docstring.
2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2014-02-08 Lars Ingebrigtsen <larsi@gnus.org>
* xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
* xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).
...
...
src/keyboard.c
View file @
85ade7ee
...
@@ -812,7 +812,7 @@ instance `(throw 'exit nil)'.
...
@@ -812,7 +812,7 @@ instance `(throw 'exit nil)'.
If you throw a value other than t, `recursive-edit' returns normally
If you throw a value other than t, `recursive-edit' returns normally
to the function that called it. Throwing a t value causes
to the function that called it. Throwing a t value causes
`recursive-edit' to quit, so that control returns to the command loop
`recursive-edit' to quit, so that control returns to the command loop
one level up
one level up
.
This function is called by the editor initialization to begin editing. */)
This function is called by the editor initialization to begin editing. */)
(void)
(void)
...
...
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