diff options
| author | Richard M. Stallman | 2003-06-27 16:20:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-06-27 16:20:28 +0000 |
| commit | 15bc2f77a6436b15960f8c2c4a4750075c4afbc6 (patch) | |
| tree | 10421e7a99078fa57dd9676723182e648e047945 | |
| parent | aa287913f846ed2eeee5e7a08699281d914a8aa7 (diff) | |
| download | emacs-15bc2f77a6436b15960f8c2c4a4750075c4afbc6.tar.gz emacs-15bc2f77a6436b15960f8c2c4a4750075c4afbc6.zip | |
Fix minor Texinfo usage.
| -rw-r--r-- | lispref/abbrevs.texi | 14 | ||||
| -rw-r--r-- | lispref/loading.texi | 12 |
2 files changed, 13 insertions, 13 deletions
diff --git a/lispref/abbrevs.texi b/lispref/abbrevs.texi index 5d7dad62a14..f549c38d025 100644 --- a/lispref/abbrevs.texi +++ b/lispref/abbrevs.texi | |||
| @@ -149,13 +149,13 @@ non-@code{nil}, then it is called with no arguments after the abbrev is | |||
| 149 | replaced with @var{expansion}; point is located at the end of | 149 | replaced with @var{expansion}; point is located at the end of |
| 150 | @var{expansion} when @var{hook} is called. | 150 | @var{expansion} when @var{hook} is called. |
| 151 | 151 | ||
| 152 | If @var{hook} is a non-nil symbol whose @code{no-self-insert} property | 152 | If @var{hook} is a non-@code{nil} symbol whose @code{no-self-insert} |
| 153 | is non-@code{nil}, @var{hook} can explicitly control whether to insert | 153 | property is non-@code{nil}, @var{hook} can explicitly control whether |
| 154 | the self-inserting input character that triggered the expansion. If | 154 | to insert the self-inserting input character that triggered the |
| 155 | @var{hook} returns non-@code{nil} in this case, that inhibits insertion | 155 | expansion. If @var{hook} returns non-@code{nil} in this case, that |
| 156 | of the character. By contrast, if @var{hook} returns @code{nil}, | 156 | inhibits insertion of the character. By contrast, if @var{hook} |
| 157 | @code{expand-abbrev} also returns @code{nil}, as if expansion had not | 157 | returns @code{nil}, @code{expand-abbrev} also returns @code{nil}, as |
| 158 | really occurred. | 158 | if expansion had not really occurred. |
| 159 | 159 | ||
| 160 | If @var{system-flag} is non-@code{nil}, that marks the abbrev as a | 160 | If @var{system-flag} is non-@code{nil}, that marks the abbrev as a |
| 161 | ``system'' abbrev with the @code{system-type} property. | 161 | ``system'' abbrev with the @code{system-type} property. |
diff --git a/lispref/loading.texi b/lispref/loading.texi index 1880f287df6..4f64be9adfc 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi | |||
| @@ -685,12 +685,12 @@ provided}, unless @var{noerror} is non-@code{nil}. | |||
| 685 | @end defun | 685 | @end defun |
| 686 | 686 | ||
| 687 | @defun featurep feature &optional subfeature | 687 | @defun featurep feature &optional subfeature |
| 688 | This function returns @code{t} if @var{feature} has been provided in the | 688 | This function returns @code{t} if @var{feature} has been provided in |
| 689 | current Emacs session (i.e.@:, if @var{feature} is a member of | 689 | the current Emacs session (i.e.@:, if @var{feature} is a member of |
| 690 | @code{features}.) If @var{subfeature} is non-nil, then the function | 690 | @code{features}.) If @var{subfeature} is non-@code{nil}, then the |
| 691 | returns @code{t} only if that subfeature is provided as well (i.e.@: | 691 | function returns @code{t} only if that subfeature is provided as well |
| 692 | if @var{subfeature} is a member of the @code{subfeature} property | 692 | (i.e.@: if @var{subfeature} is a member of the @code{subfeature} |
| 693 | of the @var{feature} symbol.) | 693 | property of the @var{feature} symbol.) |
| 694 | @end defun | 694 | @end defun |
| 695 | 695 | ||
| 696 | @defvar features | 696 | @defvar features |