diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-04-29 20:25:23 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-04-29 20:25:23 +0100 |
commit | ab66e61b58cd872379e7a9ce301bf0bd17507282 (patch) | |
tree | 6eeae16ca85f2c93e2f04ea5c9d31fb3eda45b96 /lisp/emacs-lisp/bindat.el | |
parent | f8b254d1957a86645bfcc6ce452d97b9286910a2 (diff) | |
parent | b56401f3849cf6d00717ab8a64a221f2c01455a6 (diff) | |
download | emacs-ab66e61b58cd872379e7a9ce301bf0bd17507282.tar.gz emacs-ab66e61b58cd872379e7a9ce301bf0bd17507282.tar.bz2 emacs-ab66e61b58cd872379e7a9ce301bf0bd17507282.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp/bindat.el')
-rw-r--r-- | lisp/emacs-lisp/bindat.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bindat.el b/lisp/emacs-lisp/bindat.el index b5d99e34518..d168c255121 100644 --- a/lisp/emacs-lisp/bindat.el +++ b/lisp/emacs-lisp/bindat.el @@ -632,7 +632,7 @@ If optional second arg SEP is a string, use that as separator." (bindat-format-vector vect "%d" (if (stringp sep) sep "."))) (defun bindat-vector-to-hex (vect &optional sep) - "Format vector VECT in hex format separated by dots. + "Format vector VECT in hex format separated by colons. If optional second arg SEP is a string, use that as separator." (bindat-format-vector vect "%02x" (if (stringp sep) sep ":"))) |