]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finvocation_directory): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 29 Oct 2001 11:31:51 +0000 (11:31 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 29 Oct 2001 11:31:51 +0000 (11:31 +0000)
(USAGE2): Fix typos; from Pavel Janik <Pavel@Janik.cz>.

src/ChangeLog
src/emacs.c

index de078dc566ee4610b8135076a75b2b271558fdaf..31d1a461c497380772195075f154ed5c44c92485 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-29  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * emacs.c (Finvocation_directory): Doc fix.
+       (USAGE2): Fix typos; from Pavel Janik <Pavel@Janik.cz>.
+
 2001-10-29  Gerd Moellmann  <gerd@gnu.org>
 
        * xfns.c (x_set_internal_border_width): Set frame garbaged
index 924eeee8cf945e6e8d5e44fe614875c9410bfa2b..7c8fed8048b0aa36586db8c7f531deeabcbe4d29 100644 (file)
@@ -261,7 +261,7 @@ Display options:\n\
 --border-width, -bw WIDTH      width of main border\n\
 --cursor-color, -cr COLOR      color of the Emacs cursor indicating point\n\
 --display, -d DISPLAY          use X server DISPLAY\n\
---font, -fn FONT               default font; must be fixed-widthp\n\
+--font, -fn FONT               default font; must be fixed-width\n\
 --foreground-color, -fg COLOR  window foreground color\n\
 --geometry, -g GEOMETRY                window geometry\n\
 --iconic                       start Emacs in iconified state\n\
@@ -271,7 +271,7 @@ Display options:\n\
 --mouse-color, -ms COLOR       mouse cursor color in Emacs window\n\
 --name NAME                    title of main Emacs window\n\
 --reverse-video, -r, -rv       switch foreground and background\n\
---title, -T, -wn, TITLE                title for Emacs windows\n\
+--title, -T, -wn TITLE         title for Emacs windows\n\
 --vertical-scroll-bars, -vb    enable vertical scroll bars\n\
 --xrm XRESOURCES               set additional X resources\n\
 \n\
@@ -542,7 +542,7 @@ Any directory names are omitted.")
 
 DEFUN ("invocation-directory", Finvocation_directory, Sinvocation_directory,
   0, 0, 0,
-  "Return the directory name in which the Emacs executable was located")
+  "Return the directory name in which the Emacs executable was located.")
   ()
 {
   return Fcopy_sequence (Vinvocation_directory);