From aeb3e718d639f45fc9a42d8b2f85d1bec570993e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 29 Oct 2001 11:31:51 +0000 Subject: [PATCH] (Finvocation_directory): Doc fix. (USAGE2): Fix typos; from Pavel Janik . --- src/ChangeLog | 5 +++++ src/emacs.c | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index de078dc566e..31d1a461c49 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-29 Eli Zaretskii + + * emacs.c (Finvocation_directory): Doc fix. + (USAGE2): Fix typos; from Pavel Janik . + 2001-10-29 Gerd Moellmann * xfns.c (x_set_internal_border_width): Set frame garbaged diff --git a/src/emacs.c b/src/emacs.c index 924eeee8cf9..7c8fed8048b 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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); -- 2.39.2