aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2010-03-08 19:14:53 +0200
committerJuri Linkov <[email protected]>2010-03-08 19:14:53 +0200
commit9f1707ed87e1df7e3e8083c4976fb8f3c878738e (patch)
tree93bfd6f368509eaf027fcb24129917fc7aa0e8eb /lisp
parent4e7cafbe337f4ea438a2b00a9cfeb84e6d744842 (diff)
Fix numeric keywords.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/net/hmac-def.el2
-rw-r--r--lisp/net/hmac-md5.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/hmac-def.el b/lisp/net/hmac-def.el
index e388f69810..9cbb919abc 100644
--- a/lisp/net/hmac-def.el
+++ b/lisp/net/hmac-def.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Shuhei KOBAYASHI <[email protected]>
-;; Keywords: HMAC, RFC 2104
+;; Keywords: HMAC, RFC-2104
;; This file is part of GNU Emacs.
diff --git a/lisp/net/hmac-md5.el b/lisp/net/hmac-md5.el
index 86d149ffaa..9bda79d36f 100644
--- a/lisp/net/hmac-md5.el
+++ b/lisp/net/hmac-md5.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1999, 2001, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
;; Author: Shuhei KOBAYASHI <[email protected]>
-;; Keywords: HMAC, RFC 2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
+;; Keywords: HMAC, RFC-2104, HMAC-MD5, MD5, KEYED-MD5, CRAM-MD5
;; This file is part of GNU Emacs.