emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116144: * editfns.c (Fconstrain_to_field): Fix typo


From: Bastien Guerry
Subject: [Emacs-diffs] trunk r116144: * editfns.c (Fconstrain_to_field): Fix typo in docstring.
Date: Fri, 24 Jan 2014 16:05:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116144
revision-id: address@hidden
parent: address@hidden
committer: Bastien Guerry <address@hidden>
branch nick: trunk
timestamp: Fri 2014-01-24 17:05:12 +0100
message:
  * editfns.c (Fconstrain_to_field): Fix typo in docstring.
modified:
  src/editfns.c                  editfns.c-20091113204419-o5vbwnq5f7feedwu-255
=== modified file 'src/editfns.c'
--- a/src/editfns.c     2014-01-01 07:43:34 +0000
+++ b/src/editfns.c     2014-01-24 16:05:12 +0000
@@ -646,7 +646,7 @@
 
 If the optional argument ONLY-IN-LINE is non-nil and constraining
 NEW-POS would move it to a different line, NEW-POS is returned
-unconstrained.  This useful for commands that move by line, like
+unconstrained.  This is useful for commands that move by line, like
 \\[next-line] or \\[beginning-of-line], which should generally respect field 
boundaries
 only in the case where they can still move to the right line.
 


reply via email to

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