]> code.delx.au - gnu-emacs/commitdiff
Don't use @deffn Subroutine.
authorEli Zaretskii <eliz@gnu.org>
Mon, 20 Oct 2008 09:51:40 +0000 (09:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 20 Oct 2008 09:51:40 +0000 (09:51 +0000)
doc/lispref/files.texi
doc/lispref/markers.texi

index 95834158d05e2b38b68bf2f38c5d05e2966f0dcf..c7567e039e307cb3da9efa13b59cb765c651105b 100644 (file)
@@ -1550,13 +1550,13 @@ complete and relative specifications can be combined, as in
 symbolic mode bits specifications.
 @end defun
 
-@deffn Subroutine file-modes-symbolic-to-number modes &optional base-modes
+@defun file-modes-symbolic-to-number modes &optional base-modes
 This subroutine converts a symbolic specification of file mode bits in
 @var{modes} into the equivalent numeric value.  If the symbolic
 specification is based on an existing file, that file's mode bits are
 taken from the optional argument @var{base-modes}; if that argument is
 omitted or nil, it defaults to zero, i.e.@: no access rights at all.
-@end deffn
+@end defun
 
 @defun set-file-times filename &optional time
 This function sets the access and modification times of @var{filename}
index 2793346c52196ba94bd22bc52738762e3cc2c4c9..38cea0629b48e4b3b3f6e76d4b0725d457851e9e 100644 (file)
@@ -575,13 +575,13 @@ any subsequent command that moves point and is not shift-translated
 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