emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116321: * src/keyboard.c (Frecursive_edit): Fix typ


From: Juanma Barranquero
Subject: [Emacs-diffs] trunk r116321: * src/keyboard.c (Frecursive_edit): Fix typo in docstring.
Date: Sat, 08 Feb 2014 04:02:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116321
revision-id: address@hidden
parent: address@hidden
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2014-02-08 05:02:16 +0100
message:
  * src/keyboard.c (Frecursive_edit): Fix typo in docstring.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/keyboard.c                 keyboard.c-20091113204419-o5vbwnq5f7feedwu-449
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-02-08 03:46:53 +0000
+++ b/src/ChangeLog     2014-02-08 04:02:16 +0000
@@ -1,3 +1,7 @@
+2014-02-08  Juanma Barranquero  <address@hidden>
+
+       * keyboard.c (Frecursive_edit): Fix typo in docstring.
+
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
        * xdisp.c (syms_of_xdisp): Doc clarification (bug#15657).

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2014-02-08 03:29:47 +0000
+++ b/src/keyboard.c    2014-02-08 04:02:16 +0000
@@ -812,7 +812,7 @@
 If you throw a value other than t, `recursive-edit' returns normally
 to the function that called it.  Throwing a t value causes
 `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.  */)
   (void)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]