X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=man%2Fnew-users-guide%2Fcustom2.texi;h=a801ba7cb5b9661cdc747b7f95e64eafa7da2aa4;hp=e7ab517201b422caed72ef87c783afcd20653340;hb=79d2db7d65205bc85d471590726d0cf3af5598e0;hpb=de1ec4b272dfa3f9ef2c9ae28a9ba67170d24da5 diff --git a/man/new-users-guide/custom2.texi b/man/new-users-guide/custom2.texi index e7ab517..a801ba7 100644 --- a/man/new-users-guide/custom2.texi +++ b/man/new-users-guide/custom2.texi @@ -93,7 +93,7 @@ M-x describe variable After you type any of the above commands, you will be prompted for a variable name in the @dfn{echo area}. Type in the name of the variable, -for example, type @var{case-fold-search} @key{RET} +for example, type @code{case-fold-search} @key{RET} Your window will split into two and you will see the following message in that window: @@ -219,9 +219,9 @@ the left margin or in the line's indentation: @end example @noindent -The value of the variable @var{c-tab-always-indent} is usually @samp{t} +The value of the variable @code{c-tab-always-indent} is usually @samp{t} for @samp{true}. When this variable is true, then hitting the @key{TAB} -key always indents the current line. +key always indents the current line. @item This expression will turn on the @var{auto-fill-mode} when you are in @@ -233,7 +233,7 @@ text mode: This mode will automatically break lines when you type a space so that the lines don't become too long. The length of the lines is controlled -by the variable @var{fill-column}. You can set this variable to a value +by the variable @code{fill-column}. You can set this variable to a value you wish. Look at the documentation for this variable to see its default value. To change the value to 75 for example, use: @@ -383,7 +383,7 @@ will not be highlighted. @item To control the number of buffers listed when you select the @b{Buffers} -menu, you need to set the variable @var{buffers-menu-max-size} to +menu, you need to set the variable @code{buffers-menu-max-size} to whatever value you wish. For example, if you want 20 buffers to be listed when you select @b{Buffers} use: @@ -419,7 +419,7 @@ If you want an extensive menu-bar use the following expression in your @noindent If you want to write your own menus, you can look at some of the examples in -@file{/usr/local/lib/xemacs-VERSION/lisp/packages/big-menubar.el} file. +@file{/usr/local/lib/xemacs/xemacs-packages/lisp/edit-utils/big-menubar.el} file. @end itemize