From: Paul Eggert Date: Sat, 18 Apr 2020 19:59:50 +0000 (-0700) Subject: * doc/lispref/display.texi (Customizing Bitmaps): Fix typo. X-Git-Tag: emacs-27.1-rc1~213 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e9db48fbefcc3a3d44acbdcba307f377638d178;p=emacs.git * doc/lispref/display.texi (Customizing Bitmaps): Fix typo. --- diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 85e42d331d3..4e73afeaf9e 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -4361,7 +4361,7 @@ height. @end defun @defun destroy-fringe-bitmap bitmap -This function destroy the fringe bitmap identified by @var{bitmap}. +This function destroys the fringe bitmap identified by @var{bitmap}. If @var{bitmap} identifies a standard fringe bitmap, it actually restores the standard definition of that bitmap, instead of eliminating it entirely.