; * doc/lispref/os.texi (Timers): Fix typo.

This commit is contained in:
Michael Albinus 2026-02-09 18:31:04 +01:00
parent 8325809896
commit c65a4e6a43

View file

@ -2285,7 +2285,7 @@ be protected by wrapping the timer function body with
@lisp
@group
(ignore-error 'remote-file-error
(ignore-error remote-file-error
@dots{})
@end group
@end lisp