From 5e9db48fbefcc3a3d44acbdcba307f377638d178 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 18 Apr 2020 12:59:50 -0700 Subject: [PATCH] * doc/lispref/display.texi (Customizing Bitmaps): Fix typo. --- doc/lispref/display.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2