]> code.delx.au - gnu-emacs/blobdiff - lisp/url/url-cookie.el
Backslash cleanup in Elisp source files
[gnu-emacs] / lisp / url / url-cookie.el
index a7b3d16d46df7c5e9cda0b34d019afa54676df61..df9cf621037dd57c9f3cb67bfaa934ac0ba31a51 100644 (file)
@@ -264,7 +264,7 @@ telling Microsoft that."
     (and expires
         (string-match
          (concat "^[^,]+, +\\(..\\)-\\(...\\)-\\(..\\) +"
-                 "\\(..:..:..\\) +\\[*\\([^\]]+\\)\\]*$")
+                 "\\(..:..:..\\) +\\[*\\([^]]+\\)\\]*$")
          expires)
         (setq expires (concat (match-string 1 expires) " "
                               (match-string 2 expires) " "
@@ -356,7 +356,7 @@ to run the `url-cookie-setup-save-timer' function manually."
 
 (defun url-cookie-list ()
   "Display a buffer listing the current URL cookies, if there are any.
-Use \\<url-cookie-mode-map>\\\[url-cookie-delete] to remove cookies."
+Use \\<url-cookie-mode-map>\\[url-cookie-delete] to remove cookies."
   (interactive)
   (when (and (null url-cookie-secure-storage)
             (null url-cookie-storage))