comparison doc/interpreter/eos.txi @ 9209:923c7cb7f13f

Simplify TeXinfo files by eliminating redundant @iftex followed by @tex construction. spellchecked all .txi and .texi files.
author Rik <rdrider0-list@yahoo.com>
date Sun, 17 May 2009 12:18:06 -0700
parents eb63fbe60fab
children a4f482e66b65
comparison
equal deleted inserted replaced
9208:cb163402bf79 9209:923c7cb7f13f
239 Close the current block on a separate line (@code{octave-close-block}). 239 Close the current block on a separate line (@code{octave-close-block}).
240 An error is signaled if no block to close is found. 240 An error is signaled if no block to close is found.
241 241
242 @item C-c f 242 @item C-c f
243 Insert a function skeleton, prompting for the function's name, arguments 243 Insert a function skeleton, prompting for the function's name, arguments
244 and return values which have to be entered without parens 244 and return values which have to be entered without parentheses
245 (@code{octave-insert-defun}). 245 (@code{octave-insert-defun}).
246 246
247 @item C-c C-h 247 @item C-c C-h
248 Search the function, operator and variable indices of all info files 248 Search the function, operator and variable indices of all info files
249 with documentation for Octave for entries (@code{octave-help}). If used 249 with documentation for Octave for entries (@code{octave-help}). If used
289 @noindent 289 @noindent
290 (this works for all modes by adding to the startup hooks, without having 290 (this works for all modes by adding to the startup hooks, without having
291 to know the particular binding of @key{RET} in that mode!). Similar 291 to know the particular binding of @key{RET} in that mode!). Similar
292 considerations apply for using @key{M-RET} as @key{M-LFD}. As Barry 292 considerations apply for using @key{M-RET} as @key{M-LFD}. As Barry
293 A. Warsaw <bwarsaw@@cnri.reston.va.us> says in the documentation for his 293 A. Warsaw <bwarsaw@@cnri.reston.va.us> says in the documentation for his
294 @code{cc-mode}, ``This is a very common question. @code{:-)} If you want 294 @code{cc-mode}, ``This is a very common question. @code{:-)} If you want
295 this to be the default behavior, don't lobby me, lobby RMS!'' 295 this to be the default behavior, don't lobby me, lobby RMS!''
296 296
297 The following variables can be used to customize Octave mode. 297 The following variables can be used to customize Octave mode.
298 298
299 @table @code 299 @table @code
493 @noindent 493 @noindent
494 to your @file{.emacs} file. 494 to your @file{.emacs} file.
495 495
496 You can use either `plain' Emacs Info or the function @code{octave-help} 496 You can use either `plain' Emacs Info or the function @code{octave-help}
497 as your Octave info reader (for @samp{help -i}). In the former case, 497 as your Octave info reader (for @samp{help -i}). In the former case,
498 set the Octave variable @code{INFO_PROGRAM} to @code{"info-emacs-info"}. 498 set the Octave variable @w{@code{INFO_PROGRAM}} to @code{"info-emacs-info"}.
499 The latter is perhaps more attractive because it allows to look up keys 499 The latter is perhaps more attractive because it allows to look up keys
500 in the indices of @emph{several} info files related to Octave (provided 500 in the indices of @emph{several} info files related to Octave (provided
501 that the Emacs variable @code{octave-help-files} is set correctly). In 501 that the Emacs variable @code{octave-help-files} is set correctly). In
502 this case, set @code{INFO_PROGRAM} to @code{"info-emacs-octave-help"}. 502 this case, set @w{@code{INFO_PROGRAM}} to @code{"info-emacs-octave-help"}.
503 503
504 If you use Octave from within Emacs, these settings are best done in the 504 If you use Octave from within Emacs, these settings are best done in the
505 @file{~/.emacs-octave} startup file (or the file pointed to by the Emacs 505 @file{~/.emacs-octave} startup file (or the file pointed to by the Emacs
506 variable @code{inferior-octave-startup-file}). 506 variable @code{inferior-octave-startup-file}).