diff options
Diffstat (limited to 'doc/misc/speedbar.texi')
-rw-r--r-- | doc/misc/speedbar.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/speedbar.texi b/doc/misc/speedbar.texi index d43c521f76a..27b57c0a03a 100644 --- a/doc/misc/speedbar.texi +++ b/doc/misc/speedbar.texi @@ -1030,7 +1030,7 @@ it is not provided, you can derive it like this: (progn (beginning-of-line) (looking-at "^\\([0-9]+\\):") - (setq depth (string-to-int (match-string 1))))) + (setq depth (string-to-number (match-string 1))))) @end example @noindent |