diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-19 14:15:03 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-01-19 14:15:03 -0800 |
commit | dd4d3d3a52ef79721f40363e87c725327c2a155b (patch) | |
tree | 5f8a0a307e705e3b614b508a3de04ff0bdca3624 /doc/emacs | |
parent | 7f1022725654456937519ba34bbdcc07589a29e8 (diff) | |
download | emacs-dd4d3d3a52ef79721f40363e87c725327c2a155b.tar.gz |
Fix typo: addrline -> binutils.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/trouble.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/trouble.texi b/doc/emacs/trouble.texi index e691c5a0703..32a3ee6a3c3 100644 --- a/doc/emacs/trouble.texi +++ b/doc/emacs/trouble.texi @@ -326,7 +326,7 @@ backtrace with source-code line numbers: @example sed -n 's/.*\[\(.*\)]$/\1/p' @var{backtrace} | addr2line -C -f -i -p -e @var{bindir}/@var{emacs-binary} -# Omit '-p' for addrline 2.20 and earlier. +# Omit '-p' for binutils 2.20 and earlier. @end example @noindent |