# HG changeset patch # User Richard M. Stallman # Date 1056730828 0 # Node ID 0a1f20d3fa89a2b8d7e0dbbcd2b6808979c22cd6 # Parent 10faf0e7ef6114755c1574ee3c25d9ddc08c1b32 Fix minor Texinfo usage. diff -r 10faf0e7ef61 -r 0a1f20d3fa89 lispref/abbrevs.texi --- a/lispref/abbrevs.texi Fri Jun 27 11:55:04 2003 +0000 +++ b/lispref/abbrevs.texi Fri Jun 27 16:20:28 2003 +0000 @@ -149,13 +149,13 @@ replaced with @var{expansion}; point is located at the end of @var{expansion} when @var{hook} is called. -If @var{hook} is a non-nil symbol whose @code{no-self-insert} property -is non-@code{nil}, @var{hook} can explicitly control whether to insert -the self-inserting input character that triggered the expansion. If -@var{hook} returns non-@code{nil} in this case, that inhibits insertion -of the character. By contrast, if @var{hook} returns @code{nil}, -@code{expand-abbrev} also returns @code{nil}, as if expansion had not -really occurred. +If @var{hook} is a non-@code{nil} symbol whose @code{no-self-insert} +property is non-@code{nil}, @var{hook} can explicitly control whether +to insert the self-inserting input character that triggered the +expansion. If @var{hook} returns non-@code{nil} in this case, that +inhibits insertion of the character. By contrast, if @var{hook} +returns @code{nil}, @code{expand-abbrev} also returns @code{nil}, as +if expansion had not really occurred. If @var{system-flag} is non-@code{nil}, that marks the abbrev as a ``system'' abbrev with the @code{system-type} property. diff -r 10faf0e7ef61 -r 0a1f20d3fa89 lispref/loading.texi --- a/lispref/loading.texi Fri Jun 27 11:55:04 2003 +0000 +++ b/lispref/loading.texi Fri Jun 27 16:20:28 2003 +0000 @@ -685,12 +685,12 @@ @end defun @defun featurep feature &optional subfeature -This function returns @code{t} if @var{feature} has been provided in the -current Emacs session (i.e.@:, if @var{feature} is a member of -@code{features}.) If @var{subfeature} is non-nil, then the function -returns @code{t} only if that subfeature is provided as well (i.e.@: -if @var{subfeature} is a member of the @code{subfeature} property -of the @var{feature} symbol.) +This function returns @code{t} if @var{feature} has been provided in +the current Emacs session (i.e.@:, if @var{feature} is a member of +@code{features}.) If @var{subfeature} is non-@code{nil}, then the +function returns @code{t} only if that subfeature is provided as well +(i.e.@: if @var{subfeature} is a member of the @code{subfeature} +property of the @var{feature} symbol.) @end defun @defvar features