diff options
| author | Michael Albinus | 2026-02-09 18:31:04 +0100 |
|---|---|---|
| committer | Michael Albinus | 2026-02-09 18:31:04 +0100 |
| commit | c65a4e6a430a28323d6645d7e10f7c587adaccfa (patch) | |
| tree | 6daacb1387ead29a8a00807632a6d71be76683ee | |
| parent | 832580989619d3343f06cd9a9eeed9f22ddad376 (diff) | |
| download | emacs-c65a4e6a430a28323d6645d7e10f7c587adaccfa.tar.gz emacs-c65a4e6a430a28323d6645d7e10f7c587adaccfa.zip | |
; * doc/lispref/os.texi (Timers): Fix typo.
| -rw-r--r-- | doc/lispref/os.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index f5ca6efa21b..c5ba86dddee 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi | |||
| @@ -2285,7 +2285,7 @@ be protected by wrapping the timer function body with | |||
| 2285 | 2285 | ||
| 2286 | @lisp | 2286 | @lisp |
| 2287 | @group | 2287 | @group |
| 2288 | (ignore-error 'remote-file-error | 2288 | (ignore-error remote-file-error |
| 2289 | @dots{}) | 2289 | @dots{}) |
| 2290 | @end group | 2290 | @end group |
| 2291 | @end lisp | 2291 | @end lisp |