diff options
author | Case Duckworth | 2021-09-27 23:08:30 -0500 |
---|---|---|
committer | Case Duckworth | 2021-09-27 23:08:30 -0500 |
commit | f939cc140dc9c27b6d2a9f59fa6a63191fed66c5 (patch) | |
tree | 977f74a19629944475f148db4c18e24305aad18b /lisp | |
parent | Add ytel (diff) | |
download | emacs-f939cc140dc9c27b6d2a9f59fa6a63191fed66c5.tar.gz emacs-f939cc140dc9c27b6d2a9f59fa6a63191fed66c5.zip |
Correct typo
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw-cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/acdw-cus-edit.el b/lisp/acdw-cus-edit.el index c40f137..89273f0 100644 --- a/lisp/acdw-cus-edit.el +++ b/lisp/acdw-cus-edit.el | |||
@@ -28,5 +28,5 @@ | |||
28 | 1)) | 28 | 1)) |
29 | "Show faces and variables in `imenu'.") | 29 | "Show faces and variables in `imenu'.") |
30 | 30 | ||
31 | (provide 'acdw/cus-edit) | 31 | (provide 'acdw-cus-edit) |
32 | ;;; acdw-cus-edit.el ends here | 32 | ;;; acdw-cus-edit.el ends here |