diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-06-10 16:12:00 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-06-10 16:12:00 +0300 |
commit | 5551ef2c007361966224c2c64d9df93ccbc79305 (patch) | |
tree | 7f78ffb4e2fc1442e258e9066e92dcea15931f3e /configure.ac | |
parent | afbe7585c448c79f0320839d272742968ee88a55 (diff) | |
download | emacs-5551ef2c007361966224c2c64d9df93ccbc79305.tar.gz emacs-5551ef2c007361966224c2c64d9df93ccbc79305.tar.bz2 emacs-5551ef2c007361966224c2c64d9df93ccbc79305.zip |
; Minor copyedits of --with-small-ja-dic option
* etc/NEWS: Document the new configuration option.
* lisp/international/ja-dic-cnv.el (skkdic-convert-okuri-nasi):
Fix whitespace.
(skkdic-convert): Doc fix.
(batch-skkdic-convert): Fix Help message.
* configure.ac: Tweak the description of --with-small-ja-dic.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3e6eab94f8f..5b86e909255 100644 --- a/configure.ac +++ b/configure.ac @@ -491,7 +491,7 @@ OPTION_DEFAULT_ON([threads],[don't compile with elisp threading support]) OPTION_DEFAULT_OFF([native-compilation],[compile with Emacs Lisp native compiler support]) OPTION_DEFAULT_OFF([cygwin32-native-compilation],[use native compilation on 32-bit Cygwin]) OPTION_DEFAULT_ON([xinput2],[don't use version 2 of the X Input Extension for input]) -OPTION_DEFAULT_OFF([small-ja-dic],[generate a small-sized Japanese dictionary]) +OPTION_DEFAULT_OFF([small-ja-dic],[generate a smaller-size Japanese dictionary]) AC_ARG_WITH([file-notification],[AS_HELP_STRING([--with-file-notification=LIB], [use a file notification library (LIB one of: yes, inotify, kqueue, gfile, w32, no)])], @@ -6493,7 +6493,7 @@ AS_ECHO([" Does Emacs use -lXaw3d? ${HAVE_XAW3D Which dumping strategy does Emacs use? ${with_dumping} Does Emacs have native lisp compiler? ${HAVE_NATIVE_COMP} Does Emacs use version 2 of the the X Input Extension? ${HAVE_XINPUT2} - Should Emacs use a small-sized Japanese dictionary? ${with_small_ja_dic} + Does Emacs generate a smaller-size Japanese dictionary? ${with_small_ja_dic} "]) if test -n "${EMACSDATA}"; then |