]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove confusing word from comment.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2011 21:41:39 +0000 (14:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2011 21:41:39 +0000 (14:41 -0700)
src/doprnt.c

index 22950ec6faddac0df2faed6417a04115ac9602d4..838581f7acdcb51e1c63fb0fa56d48921b06abbd 100644 (file)
@@ -70,7 +70,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
      %<flags><width><precision><length>character
 
    where flags is [+ -0], width is [0-9]+, precision is .[0-9]+, and length
-   modifier is empty or l or ll.
+   is empty or l or ll.
 
    The + flag character inserts a + before any positive number, while a space
    inserts a space before any positive number; these flags only affect %d, %o,