diff doc/lispref/markers.texi @ 98927:b5ddab370f08

Don't use @deffn Subroutine.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 20 Oct 2008 09:51:40 +0000
parents ae2c057fb447
children ebb16310a01e
line wrap: on
line diff
--- a/doc/lispref/markers.texi	Mon Oct 20 09:40:23 2008 +0000
+++ b/doc/lispref/markers.texi	Mon Oct 20 09:51:40 2008 +0000
@@ -575,13 +575,13 @@
 action that would normally deactivate the mark.
 @end defopt
 
-@deffn Subroutine use-region-p
+@defun use-region-p
 This function returns @code{t} if Transient Mark mode is enabled, the
 mark is active, and there's a valid region in the buffer.  Commands
 that operate on the region (instead of on text near point) when
 there's an active mark should use this subroutine to test whether to
 do that.
-@end deffn
+@end defun
 
 @defopt mark-even-if-inactive
 If this is non-@code{nil}, Lisp programs and the Emacs user can use the